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

createTerm

Creates a new SP.Publishing.Navigation.NavigationTerm object (sp.publishing) object with the specified termName.

getResolvedDisplayUrl

Returns the URL that is displayed in the navigation menus.

getTaxonomyTermStore

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

catalogTargetUrlForChildTerms

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.

id

Gets the Id() property and Id property from the underlying taxonomy object.

isReadOnly

Gets a Boolean value that indicates whether the object is in read-only mode or editable mode.

linkType

Gets or sets the type of link for this SP.Publishing.Navigation.NavigationTermSetItem object (sp.publishing) object.

targetUrlForChildTerms

Gets a string that specifies the default value of the target URL for child SP.Publishing.Navigation.NavigationTerm object (sp.publishing) objects.

taxonomyName

Gets a Name property or a Name property from the underlying taxonomy object.

terms

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.

title

Gets a navigation node title that is displayed in menus and breadcrumbs.

view

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

NavigationTermSetItem

Initializes a new instance of the SP.Publishing.Navigation.NavigationTermSetItem object.