ChoiceListSearchOption Enumeration
Indicates the patterns Microsoft Office SharePoint Server 2007 can use while for searching vocabulary items in choice lists.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Enumeration ChoiceListSearchOption
'Usage
Dim instance As ChoiceListSearchOption
public enum ChoiceListSearchOption
Members
Member name | Description | |
---|---|---|
ExactMatch | When you use the ExactMatch option, Microsoft Office SharePoint Server 2007 searches for the following pattern: search = search; | |
Contains | When you use the Contains option, Microsoft Office SharePoint Server 2007 searches for the following pattern: search = "%" + search + "%"; | |
StartsWith | When you use the StartsWith option, Microsoft Office SharePoint Server 2007 searches for the following pattern: search = search + "%"; |