Utility.GetPeoplePickerURL método
Namespace: Microsoft.SharePoint.Client.Utilities
Assemblies: Microsoft.SharePoint.Client.Silverlight (em Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (em Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (em Microsoft.SharePoint.Client.dll)
Sintaxe
'Declaração
Public Shared Function GetPeoplePickerURL ( _
context As ClientRuntimeContext, _
web As Web, _
fieldUser As FieldUser _
) As ClientResult(Of String)
'Uso
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
)
Parâmetros
- context
Tipo: Microsoft.SharePoint.Client.ClientRuntimeContext
- web
Tipo: Microsoft.SharePoint.Client.Web
- fieldUser
Tipo: Microsoft.SharePoint.Client.FieldUser
Valor retornado
Tipo: Microsoft.SharePoint.Client.ClientResult<String>