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
- workItemType
Type : System.Guid
Valeur renvoyée
Type : Microsoft.SharePoint.Client.ClientResult<Int32>