BMLTiOSLibPermissions
public enum BMLTiOSLibPermissions : Int
These indicate the level of permissions for a Service body.
-
The user has no permissions for this Service Bbody.
Declaration
Swift
case None = 0
-
The user has Observer-only (can see hidden meeting fields) for meetings in this Service body, and nested Service bodies.
Declaration
Swift
case Observer = 1
-
The user can edit meetings in this Service body, and nested Service bodies (but cannot edit the Service Body or nested Service bodies).
Declaration
Swift
case Editor = 2
-
The user can administer the Service body, nested Service bodies, and meetings in all Service bodies at or below the level of this Service body.
Declaration
Swift
case Administrator = 3