SocialPost members
Represents a microblog post in a social feed.
The SocialPost type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SocialPost | Initializes a new instance of a SocialPost object. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Attachment | Gets an image, video, or document 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 placeholder substrings in the post text with URIs and other data. |
![]() |
PostType | Gets the post type. |
![]() |
PreferredImageUri | Gets the URI of the preferred image for the post. |
![]() |
Source | Gets the source of the post. |
![]() |
Text | Gets the display text of the post. |
![]() |
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 | |
---|---|---|
![]() |
CustomFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) |
![]() |
CustomWriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) |
![]() |
FromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) |
![]() |
InitOnePropertyFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).) |
![]() |
ToString | (Inherited from Object.) |
![]() |
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