DocumentsQuery Expression 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: 6.5.0.0 (6.5.0.5648)
Syntax

public string Expression { get; set; }

Property Value

Type: OnlineString
Remarks

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