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)

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 + "%";

See also

Reference

Microsoft.Office.Server.UserProfiles namespace