Click or drag to resize
CountExpression Class
The expression for counting a documents.
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientCountExpression

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[SerializableAttribute]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = false)]
public class CountExpression

The CountExpression type exposes the following members.

Constructors
  NameDescription
Public methodCountExpression
Creates a new instance of this class
Top
Properties
  NameDescription
Public propertyDialogExpression
The expression with already filled values.
Public propertyFieldName
The database name of the dialog field whose groups are to be counted. In case you want only the number of hits matching the dialog expression just leave this field empty.
Public propertyLimit
Limit the count up to specified value. Used for optimization and currently affecting only general count (when FieldName is not specified)
Top
Remarks