TermStore.GetTermsById method

Namespace:  Microsoft.SharePoint.Client.Taxonomy
Assembly:  Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)

Syntax

'Declaration
Public Function GetTermsById ( _
    termIds As Guid() _
) As TermCollection
'Usage
Dim instance As TermStore
Dim termIds As Guid()
Dim returnValue As TermCollection

returnValue = instance.GetTermsById(termIds)
public TermCollection GetTermsById(
    Guid[] termIds
)

Parameters

  • termIds
    Type: []

    The identifiers of the Term objects to be retrieved.

Return value

Type: Microsoft.SharePoint.Client.Taxonomy.TermCollection
A collection of Term objects that are based on the ID of the Term, or an empty collection or a null reference (Nothing in Visual Basic) if no terms match.

See also

Reference

TermStore class

TermStore members

Microsoft.SharePoint.Client.Taxonomy namespace