Determines which (if any) identifying attribute is used for a specified
search pattern.
Namespace:
FileNet.Api.ConstantsThis class is used by Realm.FindUsers and Realm.FindGroups.
Note: If the Content Engine's directory service provider is configured for IBM Virtual Member Manager(VMM)with IBM Connections integration, then search type support is limited to the following values: PrincipalSearchType.EXACT or PrincipalSearchType.PREFIX_MATCH.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Enumeration PrincipalSearchAttribute |
C# |
---|
public enum PrincipalSearchAttribute |
Visual C++ |
---|
public enum class PrincipalSearchAttribute |
JavaScript |
---|
FileNet.Api.Constants.PrincipalSearchAttribute = function(); FileNet.Api.Constants.PrincipalSearchAttribute.createEnum('FileNet.Api.Constants.PrincipalSearchAttribute', false); |
Members
Type | Member name | Description |
---|---|---|
NONE |
A constant representing a PrincipalSearchAttribute instance
of type NONE.
This specifies that no identifying attribute is used for the search pattern. | |
SHORT_NAME |
A constant representing a PrincipalSearchAttribute instance
of type SHORT_NAME.
This specifies that the short name is used for the search pattern. | |
DISPLAY_NAME |
A constant representing a PrincipalSearchAttribute instance
of type DISPLAY_NAME.
This specifies that the display name is used for the search pattern. |