Class AccessInheritance
Information about the inheritance policy of a shared folder.
Inheritance
AccessInheritance
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class AccessInheritance
Constructors
View SourceAccessInheritance()
Initializes a new instance of the AccessInheritance class.
Declaration
public AccessInheritance()
Properties
View SourceAsInherit
Gets this instance as a Inherit, or null.
Declaration
public AccessInheritance.Inherit AsInherit { get; }
Property Value
| Type | Description |
|---|---|
| AccessInheritance.Inherit |
AsNoInherit
Gets this instance as a NoInherit, or null.
Declaration
public AccessInheritance.NoInherit AsNoInherit { get; }
Property Value
| Type | Description |
|---|---|
| AccessInheritance.NoInherit |
AsOther
Gets this instance as a Other, or null.
Declaration
public AccessInheritance.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| AccessInheritance.Other |
IsInherit
Gets a value indicating whether this instance is Inherit
Declaration
public bool IsInherit { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsNoInherit
Gets a value indicating whether this instance is NoInherit
Declaration
public bool IsNoInherit { 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 |