Class ChildrenResource.InsertRequest
Inserts a file into a folder.
Inheritance
object
ChildrenResource.InsertRequest
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Drive.v2
Assembly: Google.Apis.Drive.v2.dll
Syntax
public class ChildrenResource.InsertRequest : DriveBaseServiceRequest<ChildReference>, IClientServiceRequest<ChildReference>, IClientServiceRequest
Constructors
InsertRequest(IClientService, ChildReference, string)
Constructs a new Insert request.
Declaration
public InsertRequest(IClientService service, ChildReference body, string folderId)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| ChildReference | body | |
| string | folderId |
Properties
EnforceSingleParent
Deprecated. Adding files to multiple folders is no longer supported. Use shortcuts instead.
Declaration
[RequestParameter("enforceSingleParent", RequestParameterType.Query)]
public virtual bool? EnforceSingleParent { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
FolderId
The ID of the folder.
Declaration
[RequestParameter("folderId", RequestParameterType.Path)]
public virtual string FolderId { get; }
Property Value
| Type | Description |
|---|---|
| string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Drive.v2.Data.ChildReference>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Drive.v2.Data.ChildReference>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Drive.v2.Data.ChildReference>.RestPath
SupportsAllDrives
Whether the requesting application supports both My Drives and shared drives.
Declaration
[RequestParameter("supportsAllDrives", RequestParameterType.Query)]
public virtual bool? SupportsAllDrives { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
SupportsTeamDrives
Deprecated use supportsAllDrives instead.
Declaration
[RequestParameter("supportsTeamDrives", RequestParameterType.Query)]
public virtual bool? SupportsTeamDrives { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Drive.v2.Data.ChildReference>.GetBody()
InitParameters()
Initializes Insert parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.Drive.v2.DriveBaseServiceRequest<Google.Apis.Drive.v2.Data.ChildReference>.InitParameters()