Click or drag to resize

AccessControlList Class

ACL
Inheritance Hierarchy

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.19.7.1 (3.19.7.1)
Syntax
C#
public class AccessControlList : AbstractAccessControlList

The AccessControlList type exposes the following members.

Constructors
  NameDescription
Public methodAccessControlList
Initializes a new instance of the AccessControlList class
Top
Properties
  NameDescription
Public propertyDelivered
Identifier specifying whether to deliver the object ACL. (This is only applicable to object ACLs.)
Public propertyGrants
User or user group ACL
(Inherited from AbstractAccessControlList.)
Public propertyOwner
Owner
Top
Methods
  NameDescription
Public methodAddGrant
Grant permissions to a user or user group (grantee).
(Inherited from AbstractAccessControlList.)
Public methodRemoveGrant(Grantee)
Remove all permissions from a grantee.
(Inherited from AbstractAccessControlList.)
Public methodRemoveGrant(Grantee, PermissionEnum)
Remove permissions from a grantee.
(Inherited from AbstractAccessControlList.)
Top
See Also