PickerEntityInformation constructor
Namespace: Microsoft.SharePoint.ApplicationPages.ClientPickerQuery
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.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 PickerEntityInformation(context, _
objectPath)
public PickerEntityInformation(
ClientRuntimeContext context,
ObjectPath objectPath
)
Parameters
- context
Type: Microsoft.SharePoint.Client.ClientRuntimeContext
- objectPath
Type: Microsoft.SharePoint.Client.ObjectPath
See also
Reference
PickerEntityInformation members
Microsoft.SharePoint.ApplicationPages.ClientPickerQuery namespace