C# 클래스 O365_UWP_Unified_API_Snippets.GroupSnippets

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

공개 메소드들

메소드 설명
CreateGroupAsync ( string groupName ) : Task
DeleteGroupAsync ( string groupId ) : Task
GetGroupAsync ( string groupId ) : Task
GetGroupMembersAsync ( string groupId ) : Task>
GetGroupOwnersAsync ( string groupId ) : Task>
GetGroupsAsync ( ) : Task>
UpdateGroupAsync ( string groupId ) : Task

메소드 상세

CreateGroupAsync() 공개 정적인 메소드

public static CreateGroupAsync ( string groupName ) : Task
groupName string
리턴 Task

DeleteGroupAsync() 공개 정적인 메소드

public static DeleteGroupAsync ( string groupId ) : Task
groupId string
리턴 Task

GetGroupAsync() 공개 정적인 메소드

public static GetGroupAsync ( string groupId ) : Task
groupId string
리턴 Task

GetGroupMembersAsync() 공개 정적인 메소드

public static GetGroupMembersAsync ( string groupId ) : Task>
groupId string
리턴 Task>

GetGroupOwnersAsync() 공개 정적인 메소드

public static GetGroupOwnersAsync ( string groupId ) : Task>
groupId string
리턴 Task>

GetGroupsAsync() 공개 정적인 메소드

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

UpdateGroupAsync() 공개 정적인 메소드

public static UpdateGroupAsync ( string groupId ) : Task
groupId string
리턴 Task