This topic has not yet been rated - Rate this topic

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.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
public enum ChoiceListSearchOption
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 + "%";
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ