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

See also

Reference

ClientAction class

ClientAction members

Microsoft.SharePoint.Client namespace