TermSetItem.ReuseTermWithPinning method

Creates a new Term object below a TaxonomyItem instance based on a sourceTerm and makes the Term pinned so that only the local custom properties, IsAvailableForTagging, and custom sort order for the TermSet can be changed in the TermSet object.

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

Syntax

'Declaration
Public Function ReuseTermWithPinning ( _
    sourceTerm As Term _
) As Term
'Usage
Dim instance As TermSetItem
Dim sourceTerm As Term
Dim returnValue As Term

returnValue = instance.ReuseTermWithPinning(sourceTerm)
public Term ReuseTermWithPinning(
    Term sourceTerm
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.Taxonomy.Term
The reused term.

See also

Reference

TermSetItem class

TermSetItem members

Microsoft.SharePoint.Client.Taxonomy namespace