ChoiceListSearchOption Enumeration
Indicates the patterns Microsoft Office SharePoint Server 2007 can use while for searching vocabulary items in choice lists.
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
| 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 + "%"; |