Class RepliesResource
The "replies" collection of methods.
Inheritance
System.Object
RepliesResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Drive.v2
Assembly: Google.Apis.Drive.v2.dll
Syntax
public class RepliesResource
Constructors
RepliesResource(IClientService)
Constructs a new resource.
Declaration
public RepliesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Delete(String, String, String)
Deletes a reply.
Declaration
public virtual RepliesResource.DeleteRequest Delete(string fileId, string commentId, string replyId)
Parameters
Type | Name | Description |
---|---|---|
System.String | fileId | The ID of the file. |
System.String | commentId | The ID of the comment. |
System.String | replyId | The ID of the reply. |
Returns
Type | Description |
---|---|
RepliesResource.DeleteRequest |
Get(String, String, String)
Gets a reply.
Declaration
public virtual RepliesResource.GetRequest Get(string fileId, string commentId, string replyId)
Parameters
Type | Name | Description |
---|---|---|
System.String | fileId | The ID of the file. |
System.String | commentId | The ID of the comment. |
System.String | replyId | The ID of the reply. |
Returns
Type | Description |
---|---|
RepliesResource.GetRequest |
Insert(CommentReply, String, String)
Creates a new reply to the given comment.
Declaration
public virtual RepliesResource.InsertRequest Insert(CommentReply body, string fileId, string commentId)
Parameters
Type | Name | Description |
---|---|---|
CommentReply | body | The body of the request. |
System.String | fileId | The ID of the file. |
System.String | commentId | The ID of the comment. |
Returns
Type | Description |
---|---|
RepliesResource.InsertRequest |
List(String, String)
Lists all of the replies to a comment.
Declaration
public virtual RepliesResource.ListRequest List(string fileId, string commentId)
Parameters
Type | Name | Description |
---|---|---|
System.String | fileId | The ID of the file. |
System.String | commentId | The ID of the comment. |
Returns
Type | Description |
---|---|
RepliesResource.ListRequest |
Patch(CommentReply, String, String, String)
Updates an existing reply.
Declaration
public virtual RepliesResource.PatchRequest Patch(CommentReply body, string fileId, string commentId, string replyId)
Parameters
Type | Name | Description |
---|---|---|
CommentReply | body | The body of the request. |
System.String | fileId | The ID of the file. |
System.String | commentId | The ID of the comment. |
System.String | replyId | The ID of the reply. |
Returns
Type | Description |
---|---|
RepliesResource.PatchRequest |
Update(CommentReply, String, String, String)
Updates an existing reply.
Declaration
public virtual RepliesResource.UpdateRequest Update(CommentReply body, string fileId, string commentId, string replyId)
Parameters
Type | Name | Description |
---|---|---|
CommentReply | body | The body of the request. |
System.String | fileId | The ID of the file. |
System.String | commentId | The ID of the comment. |
System.String | replyId | The ID of the reply. |
Returns
Type | Description |
---|---|
RepliesResource.UpdateRequest |