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 Term object if the NavigationTerm object is in the editable mode.
Namespace: Microsoft.SharePoint.Publishing.Navigation
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public MustOverride Function GetTaxonomyTerm As Term
'Usage
Dim instance As NavigationTerm
Dim returnValue As Term
returnValue = instance.GetTaxonomyTerm()
public abstract Term GetTaxonomyTerm()
Return value
Type: Microsoft.SharePoint.Taxonomy.Term
A bound Term object if the NavigationTerm object is in “editable” mode; otherwise, null
Remarks
If the NavigationTerm object is in the “editable” mode, then this method returns the associated Term object. This method is not supported in “read-only” mode.