del método PeopleManager.GetFollowedTags
Obtiene las etiquetas que el usuario sigue.
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 GetFollowedTags ( _
cTagsToFetch As Integer _
) As ClientArrayResult(Of String)
'Uso
Dim instance As PeopleManager
Dim cTagsToFetch As Integer
Dim returnValue As ClientArrayResult(Of String)
returnValue = instance.GetFollowedTags(cTagsToFetch)
public ClientArrayResult<string> GetFollowedTags(
int cTagsToFetch
)
Parámetros
- cTagsToFetch
Tipo: System.Int32
Valor devuelto
Tipo: Microsoft.SharePoint.Client.ClientArrayResult<String>