del método SocialFollowingManager.GetFollowed
Recupera los actores que sigue el usuario actual.
Espacio de nombres: Microsoft.SharePoint.Client.Social
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 GetFollowed ( _
types As SocialActorTypes _
) As ClientResult(Of SocialActor())
'Uso
Dim instance As SocialFollowingManager
Dim types As SocialActorTypes
Dim returnValue As ClientResult(Of SocialActor())
returnValue = instance.GetFollowed(types)
public ClientResult<SocialActor[]> GetFollowed(
SocialActorTypes types
)
Parámetros
Valor devuelto
Tipo: Microsoft.SharePoint.Client.ClientResult<[]>
Comentarios
Para obtener ejemplos de código que muestran cómo obtener elementos que sigue, vea How to: Follow people by using the .NET client object model in SharePoint 2013 y How to: Follow documents and sites by using the .NET client object model in SharePoint 2013.