DocumentsQueryExpression Property DocuWare Platform .NET API
Gets or sets the query expression.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.6
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

Reference