SiteServicesAddins members
The SiteServicesAddins class provides methods that manage site services addins and social plugins.
The SiteServicesAddins type exposes the following members.
Methods
Name | Description | |
---|---|---|
DeletePlugin | Deletes an AddinPlugin by its Title property. | |
DeleteSettings | Deletes a site services addin by its Id property. | |
GetPlugin | Gets the AddinPlugin and its Title property. | |
GetSettings | Gets the setting of a site services addin by its Id property. | |
SetPlugin | Adds the site services AddinPlugin if it doesn't exist; otherwise, this method updates it. | |
SetSettings | Adds the site services add-in if it doesn’t exist; otherwise, this method updates it. |
Top