Class ApprovalsResource
The "approvals" collection of methods.
Inherited Members
Namespace: Google.Apis.Drive.v3
Assembly: Google.Apis.Drive.v3.dll
Syntax
public class ApprovalsResource
Constructors
ApprovalsResource(IClientService)
Constructs a new resource.
Declaration
public ApprovalsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Get(string, string)
Gets an Approval by ID.
Declaration
public virtual ApprovalsResource.GetRequest Get(string fileId, string approvalId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | fileId | Required. The ID of the file the Approval is on. |
| string | approvalId | Required. The ID of the Approval. |
Returns
| Type | Description |
|---|---|
| ApprovalsResource.GetRequest |
List(string)
Lists the Approvals on a file.
Declaration
public virtual ApprovalsResource.ListRequest List(string fileId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | fileId | Required. The ID of the file the Approval is on. |
Returns
| Type | Description |
|---|---|
| ApprovalsResource.ListRequest |