C# 클래스 Realms.Sync.UserPermissionsExtensions

파일 보기 프로젝트 열기: realm/realm-dotnet

공개 메소드들

메소드 설명
GetManagementRealm ( this user ) : Realm

Returns an instance of the Management Realm owned by the user.

This Realm can be used to control access and permissions for Realms owned by the user. This includes giving other users access to Realms.

메소드 상세

GetManagementRealm() 공개 정적인 메소드

Returns an instance of the Management Realm owned by the user.
This Realm can be used to control access and permissions for Realms owned by the user. This includes giving other users access to Realms.
public static GetManagementRealm ( this user ) : Realm
user this The user whose Management Realm to get.
리턴 Realm