Click or drag to resize
SortedFieldCreate Method
Creates a sort order for the specified field.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
public static SortedField Create(
	string fieldName,
	SortDirection direction = SortDirection.Asc
)

Parameters

fieldName
Type: SystemString
Name of the field.
direction (Optional)
Type: DocuWare.Platform.ServerClientSortDirection
The direction.

Return Value

Type: SortedField
The sort order
See Also