SiteServicesAddins class
The SiteServicesAddins class provides methods that manage site services addins and social plugins.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.Publishing.SiteServicesAddins
Namespace: Microsoft.SharePoint.Client.Publishing
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)
Syntax
'Declaration
Public NotInheritable Class SiteServicesAddins
'Usage
You do not need to declare an instance of a static class in order to access its members.
public static class SiteServicesAddins
Remarks
Site services addins provide a framework to inject HTML and JavaScript into various page locations on SharePoint Server site pages and list view pages. Site service addins will only work when the Site Services Addins feature is activated.
A social plugin contains HTML, JavaScript, or both that will be rendered 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.