Show / Hide Table of Contents

Class AccessInheritance

Information about the inheritance policy of a shared folder.

Inheritance
System.Object
AccessInheritance
AccessInheritance.Inherit
AccessInheritance.NoInherit
AccessInheritance.Other
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 AccessInheritance

Constructors

| Improve this Doc View Source

AccessInheritance()

Initializes a new instance of the AccessInheritance class.

Declaration
public AccessInheritance()

Properties

| Improve this Doc View Source

AsInherit

Gets this instance as a Inherit, or null.

Declaration
public AccessInheritance.Inherit AsInherit { get; }
Property Value
Type Description
AccessInheritance.Inherit
| Improve this Doc View Source

AsNoInherit

Gets this instance as a NoInherit, or null.

Declaration
public AccessInheritance.NoInherit AsNoInherit { get; }
Property Value
Type Description
AccessInheritance.NoInherit
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

IsInherit

Gets a value indicating whether this instance is Inherit

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

IsNoInherit

Gets a value indicating whether this instance is NoInherit

Declaration
public bool IsNoInherit { 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
In This Article
  • Constructors
    • AccessInheritance()
  • Properties
    • AsInherit
    • AsNoInherit
    • AsOther
    • IsInherit
    • IsNoInherit
    • IsOther
Back to top Generated by DocFX