Show / Hide Table of Contents

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
AclUpdatePolicy.Editors
AclUpdatePolicy.Other
AclUpdatePolicy.Owner
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 Source

AclUpdatePolicy()

Initializes a new instance of the AclUpdatePolicy class.

Declaration
public AclUpdatePolicy()

Properties

| Improve this Doc View Source

AsEditors

Gets this instance as a Editors, or null.

Declaration
public AclUpdatePolicy.Editors AsEditors { get; }
Property Value
Type Description
AclUpdatePolicy.Editors
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public AclUpdatePolicy.Other AsOther { get; }
Property Value
Type Description
AclUpdatePolicy.Other
| Improve this Doc View Source

AsOwner

Gets this instance as a Owner, or null.

Declaration
public AclUpdatePolicy.Owner AsOwner { get; }
Property Value
Type Description
AclUpdatePolicy.Owner
| Improve this Doc View Source

IsEditors

Gets a value indicating whether this instance is Editors

Declaration
public bool IsEditors { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOwner

Gets a value indicating whether this instance is Owner

Declaration
public bool IsOwner { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • AclUpdatePolicy()
  • Properties
    • AsEditors
    • AsOther
    • AsOwner
    • IsEditors
    • IsOther
    • IsOwner
Back to top Generated by DocFX