AddinSettings class

Represents the settings of a site services add-in.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.Publishing.AddinSettings

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

Syntax

'Declaration
Public NotInheritable Class AddinSettings _
    Inherits ClientObject
'Usage
Dim instance As AddinSettings
public sealed class AddinSettings : ClientObject

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.Client.Publishing namespace