SPSocialPost members
Represents a microblog post in a social feed.
The SPSocialPost type exposes the following members.
Properties
Name | Description | |
---|---|---|
Attachment | Gets the attachment associated with the post. | |
Attributes | Gets the attributes that apply to the post. | |
AuthorIndex | Gets the index of the post's author within the parent thread's actors. | |
CreatedTime | Gets the creation time of the post. | |
Id | Gets the post's unique identifier. | |
LikerInfo | Gets an object that contains information about the likers of the post. | |
ModifiedTime | Gets the most recent modification time of the post. | |
Overlays | Gets an array of objects that associates Text substrings with URIs and other data. | |
PostType | Gets the post type. | |
PreferredImageUri | Gets the URI for the preferred image for the post. | |
Source | Gets the source of the post. | |
Text | Gets the post's plain text content. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top