SP へPublishing.Navigation.NavigationTermSet オブジェクト (sp.publishing)

ナビゲーションの動作と、ナビゲーションのドライブに使用されるSP へTaxonomy.TermSet コンス (sp.taxonomy)オブジェクトのプロパティと web サイトのフレンドリ Url を指定します。

**適用対象:**apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var object = new SP.Publishing.Navigation.NavigationTermSet()

メンバー

NavigationTermSetオブジェクトでは、次のメンバーがあります。

メソッド

NavigationTermSetオブジェクトでは、次の方法があります。

メソッド

説明

findTermForUrl

Searches for the first node that matches the specified URL.

getAllTerms

Returns a collection of the complete tree of child SP へPublishing.Navigation.NavigationTerm オブジェクト (sp.publishing) objects in the SP へPublishing.Navigation.NavigationTermSet オブジェクト (sp.publishing).

getAsEditable

Returns an editable version of the SP へPublishing.Navigation.NavigationTermSet オブジェクト (sp.publishing) object.

getAsResolvedByView

Constructs a SP へPublishing.Navigation.NavigationTermSet オブジェクト (sp.publishing) object in an editable mode that is bound to a manually constructed SP へPublishing.Navigation.NavigationTermSetView オブジェクト (sp.publishing) object.

getAsResolvedByWeb

Constructs an editable SP へPublishing.Navigation.NavigationTermSet オブジェクト (sp.publishing) object that is bound to the specified SP へTaxonomy.TermSet コンス (sp.taxonomy) object.

getTaxonomyTermSet

Returns the associated SP へTaxonomy.TermSet コンス (sp.taxonomy) object if this SP へPublishing.Navigation.NavigationTermSet オブジェクト (sp.publishing) object is in the editable mode.

getWithNewView

Returns a new view of an SP へPublishing.Navigation.NavigationTermSet オブジェクト (sp.publishing) object.

プロパティ

NavigationTermSetオブジェクトでは、次のプロパティがあります。

プロパティ

説明

isNavigationTermSet

Gets or sets a value that indicates whether the specified SP へTaxonomy.TermSet コンス (sp.taxonomy) object is intended to be used for navigation.

lcid

Gets the language code identifier (LCID) that is used when accessing the multilingual properties of the SP へTaxonomy.TermSet コンス (sp.taxonomy) object or the SP へTaxonomy.Term コンス (sp.taxonomy) object.

loadedFromPersistedData

Indicates that the SP へPublishing.Navigation.NavigationTermSet オブジェクト (sp.publishing) object is loaded from an intermediate data file rather than directly from taxonomy objects.

termGroupId

Gets the ID of the associated SP へTaxonomy.TermGroup オブジェクト (sp.taxonomy) object for this SP へPublishing.Navigation.NavigationTermSet オブジェクト (sp.publishing) object.

termStoreId

Gets the unique ID of the associated term store for the SP へPublishing.Navigation.NavigationTermSet オブジェクト (sp.publishing) object.

Constructor

NavigationTermSetオブジェクトでは、次のコンスがあります。

コンストラクター

説明

NavigationTermSet

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