ChoiceList Members
Include Protected Members
Include Inherited Members
Provides methods to search, remove, and rename vocabulary terms for user profile properties.
The ChoiceList type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ChoiceList | Initializes a new instance of a ChoiceList class. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds a vocabulary item to the choice list. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FindTerms | Searches for vocabulary items that match the specified pattern. | |
GetAllTerms | Gets all vocabulary terms in this choice list. Optionally refreshes the list from the user profile store. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove | Deletes the specified vocabulary item from the choice list. | |
Rename | Renames a vocabulary item with the new name. | |
ToString | (Inherited from Object.) |
Top