SortedFieldCreate Method DocuWare Platform .NET API
Creates a sort order for the specified field.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.6
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

Reference