Specifies the sort order.
Namespace:
FileNet.Api.Constants
Assembly:
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 |
|---|---|---|
| ASCENDING |
Specifies that an ascending sort order will be used.
| |
| DESCENDING |
Specifies that a descending sort order will be used.
| |
| NONE |
Sort order is not specified.
|