Table of Contents

Class RepliesResource

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

The "replies" collection of methods.

public class RepliesResource
Inheritance
RepliesResource
Inherited Members

Constructors

RepliesResource(IClientService)

Constructs a new resource.

public RepliesResource(IClientService service)

Parameters

service IClientService

Methods

Create(Reply, string, string)

Creates a new reply to a comment.

public virtual RepliesResource.CreateRequest Create(Reply body, string fileId, string commentId)

Parameters

body Reply

The body of the request.

fileId string

The ID of the file.

commentId string

The ID of the comment.

Returns

RepliesResource.CreateRequest

Delete(string, string, string)

Deletes a reply.

public virtual RepliesResource.DeleteRequest Delete(string fileId, string commentId, string replyId)

Parameters

fileId string

The ID of the file.

commentId string

The ID of the comment.

replyId string

The ID of the reply.

Returns

RepliesResource.DeleteRequest

Get(string, string, string)

Gets a reply by ID.

public virtual RepliesResource.GetRequest Get(string fileId, string commentId, string replyId)

Parameters

fileId string

The ID of the file.

commentId string

The ID of the comment.

replyId string

The ID of the reply.

Returns

RepliesResource.GetRequest

List(string, string)

Lists a comment's replies.

public virtual RepliesResource.ListRequest List(string fileId, string commentId)

Parameters

fileId string

The ID of the file.

commentId string

The ID of the comment.

Returns

RepliesResource.ListRequest

Update(Reply, string, string, string)

Updates a reply with patch semantics.

public virtual RepliesResource.UpdateRequest Update(Reply body, string fileId, string commentId, string replyId)

Parameters

body Reply

The body of the request.

fileId string

The ID of the file.

commentId string

The ID of the comment.

replyId string

The ID of the reply.

Returns

RepliesResource.UpdateRequest