Class AclUpdatePolicy
Who can change a shared folder's access control list (ACL). In other words, who can add, remove, or change the privileges of members.
Inheritance
AclUpdatePolicy
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class AclUpdatePolicy
Constructors
View SourceAclUpdatePolicy()
Initializes a new instance of the AclUpdatePolicy class.
Declaration
public AclUpdatePolicy()
Properties
View SourceAsEditors
Gets this instance as a Editors, or null.
Declaration
public AclUpdatePolicy.Editors AsEditors { get; }
Property Value
| Type | Description |
|---|---|
| AclUpdatePolicy.Editors |
AsOther
Gets this instance as a Other, or null.
Declaration
public AclUpdatePolicy.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| AclUpdatePolicy.Other |
AsOwner
Gets this instance as a Owner, or null.
Declaration
public AclUpdatePolicy.Owner AsOwner { get; }
Property Value
| Type | Description |
|---|---|
| AclUpdatePolicy.Owner |
IsEditors
Gets a value indicating whether this instance is Editors
Declaration
public bool IsEditors { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOwner
Gets a value indicating whether this instance is Owner
Declaration
public bool IsOwner { get; }
Property Value
| Type | Description |
|---|---|
| bool |