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
Public method 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
Public property AccountName Gets or sets the account name of the user to mention.
Public property ItemType Gets or sets the link type: a link to a document, site, or website, a user mention, or a tag reference.
Public property TagGuid Gets or sets the tag GUID.
Public property Text Gets or sets the plain text to insert into the post's content text at the specified position.
Public property TypeId This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.TypeId.)
Public property Uri Gets or sets the URI for a document, site, or website.

Top

Methods

  Name Description
Public method CustomFromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method CustomWriteToXml This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method FromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Protected method InitOnePropertyFromJson This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).)
Public method ToString (Inherited from Object.)
Public method 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

See also

Reference

SocialDataItem class

Microsoft.SharePoint.Client.Social namespace