Class AccessInheritance
Information about the inheritance policy of a shared folder.
Inheritance
System.Object
AccessInheritance
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 SourceAccessInheritance()
Initializes a new instance of the AccessInheritance class.
Declaration
public AccessInheritance()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsNoInherit
Gets a value indicating whether this instance is NoInherit
Declaration
public bool IsNoInherit { 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 |