API Reference
Class
GoogleDriveFileCapabilities
Inheritance
- Object
- GoogleDriveFileCapabilities
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property GoogleDriveFile.Capabilities
Constructors
public GoogleDriveFileCapabilities() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Boolean CanDownload { get; set; } #JsonPropertyName("canDownload")public Boolean CanEdit { get; set; } #JsonPropertyName("canEdit")public Boolean CanMoveItemWithinDrive { get; set; } #JsonPropertyName("canMoveItemWithinDrive")public Boolean CanMoveItemOutOfDrive { get; set; } #JsonPropertyName("canMoveItemOutOfDrive")public Boolean CanDelete { get; set; } #JsonPropertyName("canDelete")public Boolean CanComment { get; set; } #JsonPropertyName("canComment")