DocumentsQuery SortOrder Property DocuWare Platform .NET API
Gets or sets the fields which are returned by this query.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: 6.5.0.0 (6.5.0.5648)
Syntax

public List<SortedField> SortOrder { get; set; }

Property Value

Type: OnlineList SortedField 
Remarks

Depending on the server's choice, there might be more fields included, like some system fields. If this field is null then all fields are returned.
See Also