C# Class O365_UWP_Unified_API_Snippets.UserSnippets

Afficher le fichier Open project: microsoftgraph/uwp-csharp-snippets-rest-sample Class Usage Examples

Méthodes publiques

Свойство Type Description
_settings Windows.Storage.ApplicationDataContainer

Méthodes publiques

Méthode 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

Method Details

CreateEventAsync() public static méthode

public static CreateEventAsync ( ) : Task
Résultat Task

CreateFileAsync() public static méthode

public static CreateFileAsync ( string fileName, string fileContent ) : Task
fileName string
fileContent string
Résultat Task

CreateFolderAsync() public static méthode

public static CreateFolderAsync ( string folderName ) : Task
folderName string
Résultat Task

CreateUserAsync() public static méthode

public static CreateUserAsync ( string userName ) : Task
userName string
Résultat Task

DeleteEventAsync() public static méthode

public static DeleteEventAsync ( string eventId ) : Task
eventId string
Résultat Task

DeleteFileAsync() public static méthode

public static DeleteFileAsync ( string fileId ) : Task
fileId string
Résultat Task

DownloadFileAsync() public static méthode

public static DownloadFileAsync ( string fileId ) : Task
fileId string
Résultat Task

GetCurrentUserDriveAsync() public static méthode

public static GetCurrentUserDriveAsync ( ) : Task
Résultat Task

GetCurrentUserFilesAsync() public static méthode

public static GetCurrentUserFilesAsync ( ) : Task>
Résultat Task>

GetCurrentUserGroupsAsync() public static méthode

public static GetCurrentUserGroupsAsync ( ) : Task>
Résultat Task>

GetCurrentUserManagerAsync() public static méthode

public static GetCurrentUserManagerAsync ( ) : Task
Résultat Task

GetCurrentUserPhotoAsync() public static méthode

public static GetCurrentUserPhotoAsync ( ) : Task
Résultat Task

GetDirectReportsAsync() public static méthode

public static GetDirectReportsAsync ( ) : Task>
Résultat Task>

GetEventsAsync() public static méthode

public static GetEventsAsync ( ) : Task>
Résultat Task>

GetMeAsync() public static méthode

public static GetMeAsync ( ) : Task
Résultat Task

GetMessagesAsync() public static méthode

public static GetMessagesAsync ( ) : Task>
Résultat Task>

GetUsersAsync() public static méthode

public static GetUsersAsync ( ) : Task>
Résultat Task>

RenameFileAsync() public static méthode

public static RenameFileAsync ( string fileId, string newFileName ) : Task
fileId string
newFileName string
Résultat Task

SendMessageAsync() public static méthode

public static SendMessageAsync ( string Subject, string Body, string RecipientAddress ) : Task
Subject string
Body string
RecipientAddress string
Résultat Task

UpdateEventAsync() public static méthode

public static UpdateEventAsync ( string eventId ) : Task
eventId string
Résultat Task

UpdateFileAsync() public static méthode

public static UpdateFileAsync ( string fileId, string fileContent ) : Task
fileId string
fileContent string
Résultat Task

Property Details

_settings public_oe static_oe property

public static ApplicationDataContainer,Windows.Storage _settings
Résultat Windows.Storage.ApplicationDataContainer