SocialAttachment members
Represents an image, video, or document in a microblog post.
The SocialAttachment type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SocialAttachment | Initializes a new instance of a SocialAttachment object. |
Top
Properties
Name | Description | |
---|---|---|
AttachmentKind | Gets or sets the type of attachment. | |
ClickAction | Gets or sets the action to perform on the click event. | |
ContentUri | Gets or sets the URI to the attachment file. | |
Description | Gets or sets the attachment's description. | |
Height | Gets or sets the height of the attachment or its preview. | |
Length | Gets or sets the length of the attachment, in seconds. | |
Name | Gets or sets the attachment's name. | |
PreviewHeight | ||
PreviewUri | Gets or sets the URI for the attachment's preview image. | |
PreviewWidth | ||
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 to the list item for the attachment. | |
Width | Gets or sets the width of the attachment or its preview. |
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