Table of Contents

Class Drive.CapabilitiesData

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

Capabilities the current user has on this shared drive.

public class Drive.CapabilitiesData
Inheritance
Drive.CapabilitiesData
Inherited Members

Constructors

CapabilitiesData()

public CapabilitiesData()

Properties

CanAddChildren

Whether the current user can add children to folders in this shared drive.

public virtual bool? CanAddChildren { get; set; }

Property Value

bool?

CanChangeCopyRequiresWriterPermissionRestriction

Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive.

public virtual bool? CanChangeCopyRequiresWriterPermissionRestriction { get; set; }

Property Value

bool?

CanChangeDomainUsersOnlyRestriction

Whether the current user can change the domainUsersOnly restriction of this shared drive.

public virtual bool? CanChangeDomainUsersOnlyRestriction { get; set; }

Property Value

bool?

CanChangeDriveBackground

Whether the current user can change the background of this shared drive.

public virtual bool? CanChangeDriveBackground { get; set; }

Property Value

bool?

CanChangeDriveMembersOnlyRestriction

Whether the current user can change the driveMembersOnly restriction of this shared drive.

public virtual bool? CanChangeDriveMembersOnlyRestriction { get; set; }

Property Value

bool?

CanComment

Whether the current user can comment on files in this shared drive.

public virtual bool? CanComment { get; set; }

Property Value

bool?

CanCopy

Whether the current user can copy files in this shared drive.

public virtual bool? CanCopy { get; set; }

Property Value

bool?

CanDeleteChildren

Whether the current user can delete children from folders in this shared drive.

public virtual bool? CanDeleteChildren { get; set; }

Property Value

bool?

CanDeleteDrive

Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive.

public virtual bool? CanDeleteDrive { get; set; }

Property Value

bool?

CanDownload

Whether the current user can download files in this shared drive.

public virtual bool? CanDownload { get; set; }

Property Value

bool?

CanEdit

Whether the current user can edit files in this shared drive

public virtual bool? CanEdit { get; set; }

Property Value

bool?

CanListChildren

Whether the current user can list the children of folders in this shared drive.

public virtual bool? CanListChildren { get; set; }

Property Value

bool?

CanManageMembers

Whether the current user can add members to this shared drive or remove them or change their role.

public virtual bool? CanManageMembers { get; set; }

Property Value

bool?

CanReadRevisions

Whether the current user can read the revisions resource of files in this shared drive.

public virtual bool? CanReadRevisions { get; set; }

Property Value

bool?

CanRename

Whether the current user can rename files or folders in this shared drive.

public virtual bool? CanRename { get; set; }

Property Value

bool?

CanRenameDrive

Whether the current user can rename this shared drive.

public virtual bool? CanRenameDrive { get; set; }

Property Value

bool?

CanShare

Whether the current user can share files or folders in this shared drive.

public virtual bool? CanShare { get; set; }

Property Value

bool?

CanTrashChildren

Whether the current user can trash children from folders in this shared drive.

public virtual bool? CanTrashChildren { get; set; }

Property Value

bool?