ClientAction constructor
Initializes a new instance of the ClientAction class with the specified object path and name of the action. This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Protected Sub New ( _
objectPath As ObjectPath, _
name As String _
)
'Usage
Dim objectPath As ObjectPath
Dim name As String
Dim instance As New ClientAction(objectPath, _
name)
protected ClientAction(
ObjectPath objectPath,
string name
)
Parameters
objectPath
Type: Microsoft.SharePoint.Client.ObjectPathThe ObjectPath object that tracks how a client object is created in the ClientRuntimeContext class so that the object can be transmitted to the server.
name
Type: System.StringThe String object that represents the name of the client action.