AddinSettings class

Represents the settings of a site services add-in.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Publishing.AddinSettings

Namespace:  Microsoft.SharePoint.Publishing
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public NotInheritable Class AddinSettings
'Usage
Dim instance As AddinSettings
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public sealed class AddinSettings

Remarks

The Site services add-ins API provides an injection framework that allows for HTML or JavaScript to be injected into various locations on SharePoint site pages and list view pages.

A social plugin contains HTML or JavaScript that will be rendered or run on pages where it is inserted. When a social plugin is added, it will be available in the Social Plugins Web Part category.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

AddinSettings members

Microsoft.SharePoint.Publishing namespace