Dropbox .NET SDK
Show / Hide Table of Contents

Class AccessInheritance

Information about the inheritance policy of a shared folder.

Inheritance
object
AccessInheritance
AccessInheritance.Inherit
AccessInheritance.NoInherit
AccessInheritance.Other
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class AccessInheritance

Constructors

View Source

AccessInheritance()

Initializes a new instance of the AccessInheritance class.

Declaration
public AccessInheritance()

Properties

View Source

AsInherit

Gets this instance as a Inherit, or null.

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

AsNoInherit

Gets this instance as a NoInherit, or null.

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

AsOther

Gets this instance as a Other, or null.

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

IsInherit

Gets a value indicating whether this instance is Inherit

Declaration
public bool IsInherit { get; }
Property Value
Type Description
bool
View Source

IsNoInherit

Gets a value indicating whether this instance is NoInherit

Declaration
public bool IsNoInherit { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK