Specifies the sort order.
Namespace:
FileNet.Api.ConstantsAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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); |
Members
Type | Member name | Description |
---|---|---|
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.
|