Determines which (if any) sorting is applied to the results of a specified search pattern.
Namespace: FileNet.Api.Constants
Assembly: FileNet.Api (in filenet.api.dll)
This class is used by
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
Description | |
---|---|
NONE | A constant representing a instance of type . This specifies that the search pattern results are not sorted. |
ASCENDING | A constant representing a instance of type . This specifies that the search pattern results are sorted in ascending order. |
DESCENDING | A constant representing a instance of type . This specifies that the search pattern results are sorted in descending order. |