ObjectPathMethod constructor

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
Public Sub New ( _
    context As ClientRuntimeContext, _
    parent As ObjectPath, _
    methodName As String, _
    parameters As Object() _
)
'Usage
Dim context As ClientRuntimeContext
Dim parent As ObjectPath
Dim methodName As String
Dim parameters As Object()

Dim instance As New ObjectPathMethod(context, _
    parent, methodName, parameters)
public ObjectPathMethod(
    ClientRuntimeContext context,
    ObjectPath parent,
    string methodName,
    Object[] parameters
)

Parameters

  • parameters
    Type: []

See also

Reference

ObjectPathMethod class

ObjectPathMethod members

Microsoft.SharePoint.Client namespace