SocialDataItem members
Represents a link to a document, site, or website, a user mention, or a tag reference in a microblog post.
The SocialDataItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SocialDataItem | Initializes a new instance of a link to a document, site, or website, a user mention, or a tag reference in a microblog post. |
Top
Properties
Name | Description | |
---|---|---|
AccountName | Gets or sets the account name of the user to mention. | |
ItemType | Gets or sets the link type: a link to a document, site, or website, a user mention, or a tag reference. | |
TagGuid | Gets or sets the tag GUID. | |
Text | Gets or sets the plain text to insert into the post's content text at the specified position. | |
TypeId | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.TypeId.) | |
Uri | Gets or sets the URI for a document, site, or website. |
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