SocialThread members
Represents a thread in a social feed.
The SocialThread type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SocialThread | Initializes a new instance of a SocialThread object. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Actors | Gets an array of actors who are participants in the thread. |
![]() |
Attributes | Gets a set of attributes that apply to the thread. |
![]() |
Id | Gets the unique identifier of the thread. |
![]() |
OwnerIndex | Gets the index of the thread's owner in the thread's actors. |
![]() |
Permalink | Gets a stable URI for navigating directly to the thread, if one is available. |
![]() |
PostReference | Gets the referenced post, if the thread is a reference-type thread. |
![]() |
Replies | Gets the replies to the thread. |
![]() |
RootPost | Gets the root post of the thread. |
![]() |
Status | Gets a code that identifies recoverable errors that occurred during thread retrieval. |
![]() |
ThreadType | Gets the thread type. |
![]() |
TotalReplyCount | Gets the count of the total number of replies for the thread. |
![]() |
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