Share via


ClientPeoplePickerWebServiceInterface.GetPickerEntityInformation method

Namespace:  Microsoft.SharePoint.ApplicationPages.ClientPickerQuery
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Shared Function GetPickerEntityInformation ( _
    context As ClientRuntimeContext, _
    entityInformationRequest As PickerEntityInformationRequest _
) As PickerEntityInformation
'Usage
Dim context As ClientRuntimeContext
Dim entityInformationRequest As PickerEntityInformationRequest
Dim returnValue As PickerEntityInformation

returnValue = ClientPeoplePickerWebServiceInterface.GetPickerEntityInformation(context, _
    entityInformationRequest)
public static PickerEntityInformation GetPickerEntityInformation(
    ClientRuntimeContext context,
    PickerEntityInformationRequest entityInformationRequest
)

Parameters

Return value

Type: Microsoft.SharePoint.ApplicationPages.ClientPickerQuery.PickerEntityInformation

See also

Reference

ClientPeoplePickerWebServiceInterface class

ClientPeoplePickerWebServiceInterface members

Microsoft.SharePoint.ApplicationPages.ClientPickerQuery namespace