Click or drag to resize
DocumentsQueryExpression Property
Gets or sets the query expression.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
public string Expression { get; set; }

Property Value

Type: String
Remarks
The query string contains the query in a proper expression. If the expression is missing then all documents match the query.
See Also