Specifies the sort order.

Namespace:  FileNet.Api.Constants
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Enumeration SortOrder
C#
public enum SortOrder
Visual C++
public enum class SortOrder
JavaScript
FileNet.Api.Constants.SortOrder = function();
FileNet.Api.Constants.SortOrder.createEnum('FileNet.Api.Constants.SortOrder', false);

ToggleMembers

TypeMember nameDescription
DESCENDING
Specifies that a descending sort order will be used.
ASCENDING
Specifies that an ascending sort order will be used.
NONE
Sort order is not specified.

ToggleSee Also