Determines which (if any) sorting is applied to the results of a specified search pattern.

This class is used by Realm.FindUsers and Realm.FindGroups.


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

Syntax

Visual Basic (Declaration)
Public Enum PrincipalSearchSortType
C#
public enum PrincipalSearchSortType
C++
public enum class PrincipalSearchSortType
J#
public enum PrincipalSearchSortType
JScript
public enum PrincipalSearchSortType

Members

Member NameDescription
NONEA constant representing a PrincipalSearchSortType instance of type NONE. This specifies that the search pattern results are not sorted.
ASCENDINGA constant representing a PrincipalSearchSortType instance of type ASCENDING. This specifies that the search pattern results are sorted in ascending order.
DESCENDINGA constant representing a PrincipalSearchSortType instance of type DESCENDING. This specifies that the search pattern results are sorted in descending order.

See Also