Property | Type | Description | |
---|---|---|---|
_settings |
Method | Description | |
---|---|---|
CreateEventAsync ( ) : Task |
||
CreateFileAsync ( string fileName, string fileContent ) : Task |
||
CreateFolderAsync ( string folderName ) : Task |
||
CreateUserAsync ( string userName ) : Task |
||
DeleteEventAsync ( string eventId ) : Task |
||
DeleteFileAsync ( string fileId ) : Task |
||
DownloadFileAsync ( string fileId ) : Task |
||
GetCurrentUserDriveAsync ( ) : Task |
||
GetCurrentUserFilesAsync ( ) : Task
|
||
GetCurrentUserGroupsAsync ( ) : Task
|
||
GetCurrentUserManagerAsync ( ) : Task |
||
GetCurrentUserPhotoAsync ( ) : Task |
||
GetDirectReportsAsync ( ) : Task
|
||
GetEventsAsync ( ) : Task
|
||
GetMeAsync ( ) : Task |
||
GetMessagesAsync ( ) : Task
|
||
GetUsersAsync ( ) : Task
|
||
RenameFileAsync ( string fileId, string newFileName ) : Task |
||
SendMessageAsync ( string Subject, string Body, string RecipientAddress ) : Task |
||
UpdateEventAsync ( string eventId ) : Task |
||
UpdateFileAsync ( string fileId, string fileContent ) : Task |
public static CreateFileAsync ( string fileName, string fileContent ) : Task |
||
fileName | string | |
fileContent | string | |
return | Task |
public static CreateFolderAsync ( string folderName ) : Task |
||
folderName | string | |
return | Task |
public static CreateUserAsync ( string userName ) : Task |
||
userName | string | |
return | Task |
public static DeleteEventAsync ( string eventId ) : Task |
||
eventId | string | |
return | Task |
public static DeleteFileAsync ( string fileId ) : Task |
||
fileId | string | |
return | Task |
public static DownloadFileAsync ( string fileId ) : Task |
||
fileId | string | |
return | Task |
public static GetCurrentUserDriveAsync ( ) : Task |
||
return | Task |
public static GetCurrentUserFilesAsync ( ) : Task
|
||
return | Task
|
public static GetCurrentUserGroupsAsync ( ) : Task
|
||
return | Task
|
public static GetCurrentUserManagerAsync ( ) : Task |
||
return | Task |
public static GetCurrentUserPhotoAsync ( ) : Task |
||
return | Task |
public static GetDirectReportsAsync ( ) : Task
|
||
return | Task
|
public static RenameFileAsync ( string fileId, string newFileName ) : Task |
||
fileId | string | |
newFileName | string | |
return | Task |
public static SendMessageAsync ( string Subject, string Body, string RecipientAddress ) : Task |
||
Subject | string | |
Body | string | |
RecipientAddress | string | |
return | Task |
public static UpdateEventAsync ( string eventId ) : Task |
||
eventId | string | |
return | Task |
public static UpdateFileAsync ( string fileId, string fileContent ) : Task |
||
fileId | string | |
fileContent | string | |
return | Task |