SocialPost members

Represents a microblog post in a social feed.

The SocialPost type exposes the following members.

Constructors

  Name Description
Public method SocialPost Initializes a new instance of a SocialPost object.

Top

Properties

  Name Description
Public property Attachment Gets an image, video, or document attachment associated with the post.
Public property Attributes Gets the attributes that apply to the post.
Public property AuthorIndex Gets the index of the post's author within the parent thread's actors.
Public property CreatedTime Gets the creation time of the post.
Public property Id Gets the post's unique identifier.
Public property LikerInfo Gets an object that contains information about the likers of the post.
Public property ModifiedTime Gets the most recent modification time of the post.
Public property Overlays Gets an array of objects that associates placeholder substrings in the post text with URIs and other data.
Public property PostType Gets the post type.
Public property PreferredImageUri Gets the URI of the preferred image for the post.
Public property Source Gets the source of the post.
Public property Text Gets the display text of the post.
Public property TypeId This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.TypeId.)

Top

Methods

  Name Description
Public method CustomFromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method CustomWriteToXml This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method FromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Protected method InitOnePropertyFromJson This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).)
Public method ToString (Inherited from Object.)
Public method WriteToXml This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).)

Top

See also

Reference

SocialPost class

Microsoft.SharePoint.Client.Social namespace