Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the associated TermStore if the NavigationTermSetItem object is in the editable mode.
Namespace: Microsoft.SharePoint.Client.Publishing.Navigation
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.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.Client.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.