API Reference

Class

GoogleDriveFileCapabilities

Namespace OfficeIMO.GoogleWorkspace.Drive
Assembly OfficeIMO.GoogleWorkspace.Drive
Modifiers sealed

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

Constructors

public GoogleDriveFileCapabilities() #

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 CanShare { get; set; } #
JsonPropertyName("canShare")
public Boolean CanComment { get; set; } #
JsonPropertyName("canComment")