Determines which (if any) sorting is applied to the results of a specified
search pattern.
Namespace:
FileNet.Api.ConstantsThis class is used by Realm.FindUsers and Realm.FindGroups.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Enumeration PrincipalSearchSortType |
C# |
---|
public enum PrincipalSearchSortType |
Visual C++ |
---|
public enum class PrincipalSearchSortType |
JavaScript |
---|
FileNet.Api.Constants.PrincipalSearchSortType = function(); FileNet.Api.Constants.PrincipalSearchSortType.createEnum('FileNet.Api.Constants.PrincipalSearchSortType', false); |
Members
Type | Member name | Description |
---|---|---|
NONE |
A constant representing a PrincipalSearchSortType instance of type
NONE. This specifies that the search pattern results are not sorted.
| |
ASCENDING |
A constant representing a PrincipalSearchSortType instance of type
ASCENDING. This specifies that the search pattern results are sorted
in ascending order.
| |
DESCENDING |
A constant representing a PrincipalSearchSortType instance of type
DESCENDING. This specifies that the search pattern results are sorted
in descending order.
|