Share via


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

SP.Publishing.SiteServicesAddinsクラスは、サイト サービス アドインとソーシャル プラグインを管理する方法を紹介します。

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

var object = new SP.Publishing.SiteServicesAddins()

メンバー

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

メソッド

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

メソッド

説明

deletePlugin

Delete an SP へPublishing.AddinPlugin オブジェクト (sp.publishing) object by its SP へPublishing.AddinPlugin.title プロパティ (sp.publishing) property.

deleteSettings

Deletes site services add-in by its SP へPublishing.AddinSettings.id プロパティ (sp.publishing) property.

getPlugin

Gets the SP へPublishing.AddinPlugin オブジェクト (sp.publishing) object and its SP へPublishing.AddinPlugin.title プロパティ (sp.publishing) property.

getSettings

Gets the setting of a site services add-in by its SP へPublishing.AddinSettings.id プロパティ (sp.publishing) property.

setPlugin

Add the social plugin if it doesn't exist otherwise update it.

setSettings

Adds the site services add-in if it does not exist; otherwise, this method updates it.

Constructor

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

コンストラクター

説明

SiteServicesAddins

Initializes a new instance of the SP.Publishing.SiteServicesAddins object.