C# 클래스 O365_UWP_Unified_API_Snippets.UserSnippets

파일 보기 프로젝트 열기: microsoftgraph/uwp-csharp-snippets-rest-sample 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_settings Windows.Storage.ApplicationDataContainer

공개 메소드들

메소드 설명
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

메소드 상세

CreateEventAsync() 공개 정적인 메소드

public static CreateEventAsync ( ) : Task
리턴 Task

CreateFileAsync() 공개 정적인 메소드

public static CreateFileAsync ( string fileName, string fileContent ) : Task
fileName string
fileContent string
리턴 Task

CreateFolderAsync() 공개 정적인 메소드

public static CreateFolderAsync ( string folderName ) : Task
folderName string
리턴 Task

CreateUserAsync() 공개 정적인 메소드

public static CreateUserAsync ( string userName ) : Task
userName string
리턴 Task

DeleteEventAsync() 공개 정적인 메소드

public static DeleteEventAsync ( string eventId ) : Task
eventId string
리턴 Task

DeleteFileAsync() 공개 정적인 메소드

public static DeleteFileAsync ( string fileId ) : Task
fileId string
리턴 Task

DownloadFileAsync() 공개 정적인 메소드

public static DownloadFileAsync ( string fileId ) : Task
fileId string
리턴 Task

GetCurrentUserDriveAsync() 공개 정적인 메소드

public static GetCurrentUserDriveAsync ( ) : Task
리턴 Task

GetCurrentUserFilesAsync() 공개 정적인 메소드

public static GetCurrentUserFilesAsync ( ) : Task>
리턴 Task>

GetCurrentUserGroupsAsync() 공개 정적인 메소드

public static GetCurrentUserGroupsAsync ( ) : Task>
리턴 Task>

GetCurrentUserManagerAsync() 공개 정적인 메소드

public static GetCurrentUserManagerAsync ( ) : Task
리턴 Task

GetCurrentUserPhotoAsync() 공개 정적인 메소드

public static GetCurrentUserPhotoAsync ( ) : Task
리턴 Task

GetDirectReportsAsync() 공개 정적인 메소드

public static GetDirectReportsAsync ( ) : Task>
리턴 Task>

GetEventsAsync() 공개 정적인 메소드

public static GetEventsAsync ( ) : Task>
리턴 Task>

GetMeAsync() 공개 정적인 메소드

public static GetMeAsync ( ) : Task
리턴 Task

GetMessagesAsync() 공개 정적인 메소드

public static GetMessagesAsync ( ) : Task>
리턴 Task>

GetUsersAsync() 공개 정적인 메소드

public static GetUsersAsync ( ) : Task>
리턴 Task>

RenameFileAsync() 공개 정적인 메소드

public static RenameFileAsync ( string fileId, string newFileName ) : Task
fileId string
newFileName string
리턴 Task

SendMessageAsync() 공개 정적인 메소드

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

UpdateEventAsync() 공개 정적인 메소드

public static UpdateEventAsync ( string eventId ) : Task
eventId string
리턴 Task

UpdateFileAsync() 공개 정적인 메소드

public static UpdateFileAsync ( string fileId, string fileContent ) : Task
fileId string
fileContent string
리턴 Task

프로퍼티 상세

_settings 공개적으로 정적으로 프로퍼티

public static ApplicationDataContainer,Windows.Storage _settings
리턴 Windows.Storage.ApplicationDataContainer