ObjectPathConstructor 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, _
typeId As String, _
parameters As Object() _
)
'Usage
Dim context As ClientRuntimeContext
Dim typeId As String
Dim parameters As Object()
Dim instance As New ObjectPathConstructor(context, _
typeId, parameters)
public ObjectPathConstructor(
ClientRuntimeContext context,
string typeId,
Object[] parameters
)
Parameters
- context
Type: Microsoft.SharePoint.Client.ClientRuntimeContext
- typeId
Type: System.String
- parameters
Type: []