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
System.Object
AclUpdatePolicy
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class AclUpdatePolicy
Constructors
| Improve this Doc View SourceAclUpdatePolicy()
Initializes a new instance of the AclUpdatePolicy class.
Declaration
public AclUpdatePolicy()
Properties
| Improve this Doc 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 |
|---|---|
| System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsOwner
Gets a value indicating whether this instance is Owner
Declaration
public bool IsOwner { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |