ChoiceList.GetAllTerms Method
Gets all vocabulary terms in this choice list. Optionally refreshes the list from the user profile store.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Function GetAllTerms ( _
refresh As Boolean _
) As String()
'Usage
Dim instance As ChoiceList
Dim refresh As Boolean
Dim returnValue As String()
returnValue = instance.GetAllTerms(refresh)
public string[] GetAllTerms(
bool refresh
)
Parameters
- refresh
Type: System.Boolean
Indicates whether the items should be refreshed from the user profile store.
Return Value
Type: []
An array of all vocabulary terms in this choice list.