Share via


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

See also

Reference

ClientObjectList<T> class

ClientObjectList<T> members

Microsoft.SharePoint.Client namespace