TermStore.GetTerms method (String, Boolean)
Namespace: Microsoft.SharePoint.Client.Taxonomy
Assembly: Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)
Syntax
'Declaration
Public Function GetTerms ( _
termLabel As String, _
trimUnavailable As Boolean _
) As TermCollection
'Usage
Dim instance As TermStore
Dim termLabel As String
Dim trimUnavailable As Boolean
Dim returnValue As TermCollection
returnValue = instance.GetTerms(termLabel, _
trimUnavailable)
public TermCollection GetTerms(
string termLabel,
bool trimUnavailable
)
Parameters
- termLabel
Type: System.String
- trimUnavailable
Type: System.Boolean
Return value
Type: Microsoft.SharePoint.Client.Taxonomy.TermCollection