Class FilesResource.EmptyTrashRequest
Permanently deletes all of the user's trashed files.
public class FilesResource.EmptyTrashRequest : DriveBaseServiceRequest<string>
- Inheritance
-
FilesResource.EmptyTrashRequest
- Inherited Members
Constructors
EmptyTrashRequest(IClientService)
Constructs a new EmptyTrash request.
public EmptyTrashRequest(IClientService service)
Parameters
service
IClientService
Properties
HttpMethod
Gets the HTTP method.
public override string HttpMethod { get; }
Property Value
MethodName
Gets the method name.
public override string MethodName { get; }
Property Value
RestPath
Gets the REST path.
public override string RestPath { get; }
Property Value
Methods
InitParameters()
Initializes EmptyTrash parameter list.
protected override void InitParameters()