API Reference
Class
GoogleDriveFile
Inheritance
- Object
- GoogleDriveFile
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 GoogleDriveChange.File
- Method GoogleDriveClient.CopyFileAsync
- Method GoogleDriveClient.CreateFolderAsync
- Method GoogleDriveClient.GetFileAsync
- Method GoogleDriveClient.MoveFileAsync
- Method GoogleDriveClient.ResolveFolderAsync
- Method GoogleDriveClient.UploadMultipartAsync
- Method GoogleDriveClient.UploadResumableAsync
- Property GoogleDriveFileList.Files
- Property GoogleDriveTemporaryContentLease.File
Constructors
public GoogleDriveFile() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Id { get; set; } #JsonPropertyName("id")public String Name { get; set; } #JsonPropertyName("name")public String MimeType { get; set; } #JsonPropertyName("mimeType")public String DriveId { get; set; } #JsonPropertyName("driveId")public List<String> Parents { get; set; } #JsonPropertyName("parents")public String WebViewLink { get; set; } #JsonPropertyName("webViewLink")public String WebContentLink { get; set; } #JsonPropertyName("webContentLink")public Nullable<DateTimeOffset> ModifiedTime { get; set; } #JsonPropertyName("modifiedTime")public Nullable<DateTimeOffset> CreatedTime { get; set; } #JsonPropertyName("createdTime")public Nullable<Int64> Version { get; set; } #JsonPropertyName("version") JsonNumberHandling(1)public Nullable<Int64> Size { get; set; } #JsonPropertyName("size") JsonNumberHandling(1)public Boolean Trashed { get; set; } #JsonPropertyName("trashed")public GoogleDriveFileCapabilities Capabilities { get; set; } #JsonPropertyName("capabilities")