Partager via


UserProfile.CreatePersonalSiteFromWorkItem - Méthode

Espace de noms :  Microsoft.SharePoint.Client.UserProfiles
Assemblys :   Microsoft.SharePoint.Client.UserProfiles.Silverlight (dans Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll);  Microsoft.SharePoint.Client.UserProfiles.Phone (dans Microsoft.SharePoint.Client.UserProfiles.Phone.dll)  Microsoft.SharePoint.Client.UserProfiles (dans Microsoft.SharePoint.Client.UserProfiles.dll)

Syntaxe

'Déclaration
Public Function CreatePersonalSiteFromWorkItem ( _
    workItemType As Guid _
) As ClientResult(Of Integer)
'Utilisation
Dim instance As UserProfile
Dim workItemType As Guid
Dim returnValue As ClientResult(Of Integer)

returnValue = instance.CreatePersonalSiteFromWorkItem(workItemType)
public ClientResult<int> CreatePersonalSiteFromWorkItem(
    Guid workItemType
)

Paramètres

Valeur renvoyée

Type : Microsoft.SharePoint.Client.ClientResult<Int32>

Voir aussi

Référence

UserProfile classe

UserProfile - Membres

Microsoft.SharePoint.Client.UserProfiles - Espace de noms