del método UserProfile.CreatePersonalSiteFromWorkItem
Espacio de nombres: Microsoft.SharePoint.Client.UserProfiles
Ensamblados: Microsoft.SharePoint.Client.UserProfiles.Silverlight (en Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (en Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (en Microsoft.SharePoint.Client.UserProfiles.dll)
Sintaxis
'Declaración
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 devuelto
Tipo: Microsoft.SharePoint.Client.ClientResult<Int32>