TermStore.GetTermSetsByTermLabel method
Namespace: Microsoft.SharePoint.Client.Taxonomy
Assembly: Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)
Syntax
'Declaration
Public Function GetTermSetsByTermLabel ( _
requiredTermLabels As String(), _
lcid As Integer _
) As TermSetCollection
'Usage
Dim instance As TermStore
Dim requiredTermLabels As String()
Dim lcid As Integer
Dim returnValue As TermSetCollection
returnValue = instance.GetTermSetsByTermLabel(requiredTermLabels, _
lcid)
public TermSetCollection GetTermSetsByTermLabel(
string[] requiredTermLabels,
int lcid
)
Parameters
lcid
Type: System.Int32The language code identifier (LCID) for the language of the Labels to perform the matching on.
Return value
Type: Microsoft.SharePoint.Client.Taxonomy.TermSetCollection
A collection of TermSet objects.