Utility.GetPeoplePickerURL method
Namespace: Microsoft.SharePoint.Client.Utilities
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Shared Function GetPeoplePickerURL ( _
context As ClientRuntimeContext, _
web As Web, _
fieldUser As FieldUser _
) As ClientResult(Of String)
'Usage
Dim context As ClientRuntimeContext
Dim web As Web
Dim fieldUser As FieldUser
Dim returnValue As ClientResult(Of String)
returnValue = Utility.GetPeoplePickerURL(context, _
web, fieldUser)
public static ClientResult<string> GetPeoplePickerURL(
ClientRuntimeContext context,
Web web,
FieldUser fieldUser
)
Parameters
- context
Type: Microsoft.SharePoint.Client.ClientRuntimeContext
- web
Type: Microsoft.SharePoint.Client.Web
- fieldUser
Type: Microsoft.SharePoint.Client.FieldUser
Return value
Type: Microsoft.SharePoint.Client.ClientResult<String>