C# Class O365_UWP_Unified_API_Snippets.UserSnippets

显示文件 Open project: microsoftgraph/uwp-csharp-snippets-rest-sample Class Usage Examples

Public Properties

Property Type Description
_settings Windows.Storage.ApplicationDataContainer

Public Methods

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

Method Details

CreateEventAsync() public static method

public static CreateEventAsync ( ) : Task
return Task

CreateFileAsync() public static method

public static CreateFileAsync ( string fileName, string fileContent ) : Task
fileName string
fileContent string
return Task

CreateFolderAsync() public static method

public static CreateFolderAsync ( string folderName ) : Task
folderName string
return Task

CreateUserAsync() public static method

public static CreateUserAsync ( string userName ) : Task
userName string
return Task

DeleteEventAsync() public static method

public static DeleteEventAsync ( string eventId ) : Task
eventId string
return Task

DeleteFileAsync() public static method

public static DeleteFileAsync ( string fileId ) : Task
fileId string
return Task

DownloadFileAsync() public static method

public static DownloadFileAsync ( string fileId ) : Task
fileId string
return Task

GetCurrentUserDriveAsync() public static method

public static GetCurrentUserDriveAsync ( ) : Task
return Task

GetCurrentUserFilesAsync() public static method

public static GetCurrentUserFilesAsync ( ) : Task>
return Task>

GetCurrentUserGroupsAsync() public static method

public static GetCurrentUserGroupsAsync ( ) : Task>
return Task>

GetCurrentUserManagerAsync() public static method

public static GetCurrentUserManagerAsync ( ) : Task
return Task

GetCurrentUserPhotoAsync() public static method

public static GetCurrentUserPhotoAsync ( ) : Task
return Task

GetDirectReportsAsync() public static method

public static GetDirectReportsAsync ( ) : Task>
return Task>

GetEventsAsync() public static method

public static GetEventsAsync ( ) : Task>
return Task>

GetMeAsync() public static method

public static GetMeAsync ( ) : Task
return Task

GetMessagesAsync() public static method

public static GetMessagesAsync ( ) : Task>
return Task>

GetUsersAsync() public static method

public static GetUsersAsync ( ) : Task>
return Task>

RenameFileAsync() public static method

public static RenameFileAsync ( string fileId, string newFileName ) : Task
fileId string
newFileName string
return Task

SendMessageAsync() public static method

public static SendMessageAsync ( string Subject, string Body, string RecipientAddress ) : Task
Subject string
Body string
RecipientAddress string
return Task

UpdateEventAsync() public static method

public static UpdateEventAsync ( string eventId ) : Task
eventId string
return Task

UpdateFileAsync() public static method

public static UpdateFileAsync ( string fileId, string fileContent ) : Task
fileId string
fileContent string
return Task

Property Details

_settings public_oe static_oe property

public static ApplicationDataContainer,Windows.Storage _settings
return Windows.Storage.ApplicationDataContainer