SocialPostReference class

Represents a referenced post in an external thread.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientValueObject
    Microsoft.SharePoint.Client.Social.SocialPostReference

Namespace:  Microsoft.SharePoint.Client.Social
Assembly:  Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)

Syntax

'Declaration
Public Class SocialPostReference _
    Inherits ClientValueObject
'Usage
Dim instance As SocialPostReference
public class SocialPostReference : ClientValueObject

Remarks

When a user likes a post, mentions someone in a post, replies to a post, or includes a tag in a post, the server generates a reference thread. The PostReference property of the reference thread may contain a SocialPostReference object. For more information, see Reference threads and digest threads in SharePoint Server 2013 social feeds.

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

SocialPostReference members

Microsoft.SharePoint.Client.Social namespace