Utility.GetPeoplePickerURL - Méthode
Espace de noms : Microsoft.SharePoint.Client.Utilities
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Shared Function GetPeoplePickerURL ( _
context As ClientRuntimeContext, _
web As Web, _
fieldUser As FieldUser _
) As ClientResult(Of String)
'Utilisation
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
)
Paramètres
- context
Type : Microsoft.SharePoint.Client.ClientRuntimeContext
- web
Type : Microsoft.SharePoint.Client.Web
- fieldUser
Type : Microsoft.SharePoint.Client.FieldUser
Valeur renvoyée
Type : Microsoft.SharePoint.Client.ClientResult<String>