C# Класс Realms.Sync.UserPermissionsExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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