Class Comment.QuotedFileContentData
The file content to which the comment refers, typically within the anchor region. For a text file, for example, this would be the text at the location of the comment.
public class Comment.QuotedFileContentData
- Inheritance
-
Comment.QuotedFileContentData
- Inherited Members
Constructors
QuotedFileContentData()
public QuotedFileContentData()
Properties
MimeType
The MIME type of the quoted content.
public virtual string MimeType { get; set; }
Property Value
Value
The quoted content itself. This is interpreted as plain text if set through the API.
public virtual string Value { get; set; }