Dropbox .NET SDK
Show / Hide Table of Contents

Class AccessInheritance.NoInherit

The shared folder does not inherit its members from the parent folder.

Inheritance
object
AccessInheritance
AccessInheritance.NoInherit
Inherited Members
AccessInheritance.IsInherit
AccessInheritance.AsInherit
AccessInheritance.IsNoInherit
AccessInheritance.AsNoInherit
AccessInheritance.IsOther
AccessInheritance.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public sealed class AccessInheritance.NoInherit : AccessInheritance

Fields

View Source

Instance

A singleton instance of NoInherit

Declaration
public static readonly AccessInheritance.NoInherit Instance
Field Value
Type Description
AccessInheritance.NoInherit
  • View Source
In this article
Back to top Dropbox .NET SDK