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

  • requiredTermLabels
    Type: []

    A set of labels to match against the Labels of each TermSet.

  • lcid
    Type: System.Int32

    The 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.

See also

Reference

TermStore class

TermStore members

Microsoft.SharePoint.Client.Taxonomy namespace