Share via


NavigationTerm.GetTaxonomyTerm method

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.

See also

Reference

NavigationTerm class

NavigationTerm members

GetTaxonomyTerm overload

Microsoft.SharePoint.Publishing.Navigation namespace

GetTaxonomyTermStore()

NavigationTermSetItem.GetAsEditable