C# Class Realms.Sync.UserPermissionsExtensions

Afficher le fichier Open project: realm/realm-dotnet

Méthodes publiques

Méthode 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 méthode

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.
Résultat Realm