Share via


NavigationTermSetItem.GetTaxonomyTermStore method

Returns the associated TermStore if the NavigationTermSetItem object is in the editable mode.

Namespace:  Microsoft.SharePoint.Publishing.Navigation
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Function GetTaxonomyTermStore As TermStore
'Usage
Dim instance As NavigationTermSetItem
Dim returnValue As TermStore

returnValue = instance.GetTaxonomyTermStore()
public TermStore GetTaxonomyTermStore()

Return value

Type: Microsoft.SharePoint.Taxonomy.TermStore

Remarks

If the NavigationTermSetItem object is in editable mode, the GetTaxonomyTermStore() method returns the associated TermStore object.

This method is not supported in the read-only mode.

See also

Reference

NavigationTermSetItem class

NavigationTermSetItem members

Microsoft.SharePoint.Publishing.Navigation namespace

[T:Microsoft.SharePoint.Publishing.Navigation.NavigationTermSetItem.GetAsEditable(Microsoft.SharePoint.Taxonomy.TaxonomySession)]

NavigationTerm.GetTaxonomyTerm

NavigationTermGetTaxonomyTermSet()