UserProfile.CreatePersonalSiteFromWorkItem método
Namespace: Microsoft.SharePoint.Client.UserProfiles
Assemblies: Microsoft.SharePoint.Client.UserProfiles.Silverlight (em Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (em Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (em Microsoft.SharePoint.Client.UserProfiles.dll)
Sintaxe
'Declaração
Public Function CreatePersonalSiteFromWorkItem ( _
workItemType As Guid _
) As ClientResult(Of Integer)
'Uso
Dim instance As UserProfile
Dim workItemType As Guid
Dim returnValue As ClientResult(Of Integer)
returnValue = instance.CreatePersonalSiteFromWorkItem(workItemType)
public ClientResult<int> CreatePersonalSiteFromWorkItem(
Guid workItemType
)
Parâmetros
- workItemType
Tipo: System.Guid
Valor retornado
Tipo: Microsoft.SharePoint.Client.ClientResult<Int32>