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

特定のオブジェクトのプロパティ、 SP へPublishing.Navigation.NavigationTerm オブジェクト (sp.publishing)SP へPublishing.Navigation.NavigationTermSet オブジェクト (sp.publishing)オブジェクトでの計算に影響を与える文脈に応じた情報を表します。

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

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

メンバー

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

メソッド

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

メソッド

説明

createEmptyInstance

Creates and returns a new instance of the SP へPublishing.Navigation.NavigationTermSetView オブジェクト (sp.publishing) class. The SP へPublishing.Navigation.NavigationTermSetView.webId プロパティ (sp.publishing) property will be assigned the empty GUID, the string-typed properties will be assigned as empty strings, and the Boolean-typed properties will be initialized to false.

getCopy

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

newObject

プロパティ

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

プロパティ

説明

excludeDeprecatedTerms

Gets or sets a value that indicates whether SP へPublishing.Navigation.NavigationTerm オブジェクト (sp.publishing) objects are trimmed if the underlying term is deprecated.

excludeTermsByPermissions

Gets or sets a value that indicates whether SP へPublishing.Navigation.NavigationTerm オブジェクト (sp.publishing) objects are trimmed if the current user does not have permission to view the target page for the friendly URL of the NavigationTerm object.

excludeTermsByProvider

Gets or sets a value that indicates whether SP へPublishing.Navigation.NavigationTerm オブジェクト (sp.publishing) objects are trimmed if the provider indicated by the SP へPublishing.Navigation.NavigationTermSetView.siteMapProviderName プロパティ (sp.publishing) property is one of the providers in the excluded providers collection.

serverRelativeSiteUrl

Gets a server-relative URL for the SPSite object that uses the navigation term set.

serverRelativeWebUrl

Gets a server-relative URL for the SP へWeb オブジェクト (sp.js) object that uses the navigation term set.

siteMapProviderName

The name of a SiteMapProvider instance that identifies the navigation menu to be used when applying the SP へPublishing.Navigation.NavigationTermSetView.excludeTermsByProvider プロパティ (sp.publishing) property.

webId

Gets the GUID identifier for the SP へWeb オブジェクト (sp.js) object that uses the navigation term set.

webTitle

Gets the title of the SP へWeb オブジェクト (sp.js) object that uses the navigation term set.

Constructor

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

コンストラクター

説明

NavigationTermSetView

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