SocialActorInfo class
Identifies a user, document, site, or tag in social feed and following activities.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientValueObject
Microsoft.SharePoint.Client.Social.SocialActorInfo
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public Class SocialActorInfo _
Inherits ClientValueObject
'Usage
Dim instance As SocialActorInfo
public class SocialActorInfo : ClientValueObject
Remarks
SocialActorInfo objects are sent from clients to the server to specify actors. SocialActor objects represent actors returned in server responses.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See also
Reference
Microsoft.SharePoint.Client.Social namespace
Other resources
How to: Follow people by using the .NET client object model in SharePoint 2013
How to: Follow documents and sites by using the .NET client object model in SharePoint 2013