SocialPostReference members
Represents a referenced post in an external thread.
The SocialPostReference type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SocialPostReference | Initializes a new instance of a SocialPostReference object. |
Top
Properties
Name | Description | |
---|---|---|
Digest | Gets a digest of the referenced thread. | |
Post | Gets the referenced post. | |
ThreadId | Gets the unique identifier of the referenced thread. | |
ThreadOwnerIndex | Gets the index of the owner of the referenced 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