Click or drag to resize

AbstractAccessControlList Class

Inheritance Hierarchy

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntax
C#
public abstract class AbstractAccessControlList

The AbstractAccessControlList type exposes the following members.

Properties
  NameDescription
Public propertyGrants
User or user group ACL
Top
Methods
  NameDescription
Public methodAddGrant
Grant permissions to a user or user group (grantee).
Public methodRemoveGrant(Grantee)
Remove all permissions from a grantee.
Public methodRemoveGrant(Grantee, PermissionEnum)
Remove permissions from a grantee.
Top
See Also