Determines which (if any) pattern-matching is used for 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 PrincipalSearchType |
C# |
---|
public enum PrincipalSearchType |
C++ |
---|
public enum class PrincipalSearchType |
J# |
---|
public enum PrincipalSearchType |
JScript |
---|
public enum PrincipalSearchType |
Members
Description | |
---|---|
NONE | A constant representing a instance of type . This specifies that no pattern matching is used for the search pattern. |
CUSTOM | A constant representing a instance of type . This specifies that the caller has full control of the pattern matching used for the search pattern. |
PREFIX_MATCH | A constant representing a instance of type . This specifies that prefix pattern matching is used for the search pattern. |
SUFFIX_MATCH | A constant representing a instance of type . This specifies that suffix pattern matching is used for the search pattern. |
CONTAINS | A constant representing a instance of type . This specifies that the search pattern must be contained in the search scope. |
EXACT | A constant representing a instance of type . This specifies that the search pattern must be an exact match. |