C# Class Realms.Sync.UserPermissionsExtensions

Exibir arquivo Open project: realm/realm-dotnet

Public Methods

Method Description
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.

Method Details

GetManagementRealm() public static method

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.
return Realm