Table of Contents

Class Comment.QuotedFileContentData

Namespace
Google.Apis.Drive.v3.Data
Assembly
Google.Apis.Drive.v3.dll

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

string

Value

The quoted content itself. This is interpreted as plain text if set through the API.

public virtual string Value { get; set; }

Property Value

string