Click or drag to resize
SortedField Class
Defines a sort by a field.
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientSortedField

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[SerializableAttribute]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = true)]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
public class SortedField

The SortedField type exposes the following members.

Constructors
  NameDescription
Public methodSortedField
Creates a new instance of this class
Top
Methods
  NameDescription
Public methodStatic memberCreate
Creates a sort order for the specified field.
Top
Properties
  NameDescription
Public propertyDirection
A sort direction
Public propertyField
Field name
Top
Remarks