AddinPlugin constructor (ClientRuntimeContext, ObjectPath)
Initializes a new instance of Addin Plugin.
Namespace: Microsoft.SharePoint.Client.Publishing
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)
Syntax
'Declaration
Public Sub New ( _
context As ClientRuntimeContext, _
objectPath As ObjectPath _
)
'Usage
Dim context As ClientRuntimeContext
Dim objectPath As ObjectPath
Dim instance As New AddinPlugin(context, _
objectPath)
public AddinPlugin(
ClientRuntimeContext context,
ObjectPath objectPath
)
Parameters
context
Type: Microsoft.SharePoint.Client.ClientRuntimeContextRepresents the client runtime context for server objects and operations.
objectPath
Type: Microsoft.SharePoint.Client.ObjectPathTracks how a client object is created in the ClientRuntimeContext class, so that the object can be recreated on the server.