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)

ToggleSyntax

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);

ToggleMembers

TypeMember nameDescription
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.

ToggleSee Also