ResultListQuerySortOrder 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: Version 6.6
Syntax

C#
[XmlArrayItemAttribute("OrderBy", IsNullable = false)]
public List<SortedField> SortOrder { get; set; }

Property Value

Type: ListSortedField
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

Reference