SP.Publishing.Navigation.NavigationTermSetItem object (sp.publishing)
Provides an abstract base class for the SP.Publishing.Navigation.NavigationTermSet object (sp.publishing) and the SP.Publishing.Navigation.NavigationTerm object (sp.publishing) objects.
Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013
var object = new SP.Publishing.Navigation.NavigationTermSetItem()
Members
The NavigationTermSetItem object has the following members.
Methods
The NavigationTermSetItem object has the following methods.
Method |
Description |
---|---|
Creates a new SP.Publishing.Navigation.NavigationTerm object (sp.publishing) object with the specified termName. |
|
Returns the URL that is displayed in the navigation menus. |
|
Returns the associated SP.Taxonomy.TermStore object (sp.taxonomy) object if the SP.Publishing.Navigation.NavigationTermSetItem object (sp.publishing) object is in the editable mode. |
Properties
The NavigationTermSetItem object has the following properties.
Property |
Description |
---|---|
Gets the default value of the SP.Publishing.Navigation.NavigationTerm.catalogTargetUrl property (sp.publishing) property for child SP.Publishing.Navigation.NavigationTerm object (sp.publishing) objects. |
|
Gets the Id() property and Id property from the underlying taxonomy object. |
|
Gets a Boolean value that indicates whether the object is in read-only mode or editable mode. |
|
Gets or sets the type of link for this SP.Publishing.Navigation.NavigationTermSetItem object (sp.publishing) object. |
|
Gets a string that specifies the default value of the target URL for child SP.Publishing.Navigation.NavigationTerm object (sp.publishing) objects. |
|
Gets a Name property or a Name property from the underlying taxonomy object. |
|
Gets a collection of all immediate child SP.Publishing.Navigation.NavigationTerm object (sp.publishing) objects of this NavigationTerm object or SP.Publishing.Navigation.NavigationTermSet object (sp.publishing) object. |
|
Gets a navigation node title that is displayed in menus and breadcrumbs. |
|
Gets a SP.Publishing.Navigation.NavigationTermSetView object (sp.publishing) object that is used for various purposes such as to resolve relative URLs. |
Constructor
The NavigationTermSetItem object has the following constructor.
Constructor |
Description |
---|---|
Initializes a new instance of the SP.Publishing.Navigation.NavigationTermSetItem object. |