ClientObjectList<T> constructor
Initializes a new instance of the ClientObjectList<T> object. Used by client library runtime. Internal use only.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.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 ClientObjectList(context, _
objectPath)
public ClientObjectList(
ClientRuntimeContext context,
ObjectPath objectPath
)
Parameters
- context
Type: Microsoft.SharePoint.Client.ClientRuntimeContext
- objectPath
Type: Microsoft.SharePoint.Client.ObjectPath