Dropbox .NET SDK

Class SharedFolderMembersInheritancePolicy

Specifies if a shared folder inherits its members from the parent folder.

Inheritance
object
SharedFolderMembersInheritancePolicy
SharedFolderMembersInheritancePolicy.DontInheritMembers
SharedFolderMembersInheritancePolicy.InheritMembers
SharedFolderMembersInheritancePolicy.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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SharedFolderMembersInheritancePolicy

Constructors

View Source

SharedFolderMembersInheritancePolicy()

Initializes a new instance of the SharedFolderMembersInheritancePolicy class.

Declaration
public SharedFolderMembersInheritancePolicy()

Properties

View Source

AsDontInheritMembers

Gets this instance as a DontInheritMembers, or null.

Declaration
public SharedFolderMembersInheritancePolicy.DontInheritMembers AsDontInheritMembers { get; }
Property Value
Type Description
SharedFolderMembersInheritancePolicy.DontInheritMembers
View Source

AsInheritMembers

Gets this instance as a InheritMembers, or null.

Declaration
public SharedFolderMembersInheritancePolicy.InheritMembers AsInheritMembers { get; }
Property Value
Type Description
SharedFolderMembersInheritancePolicy.InheritMembers
View Source

AsOther

Gets this instance as a Other, or null.

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

IsDontInheritMembers

Gets a value indicating whether this instance is DontInheritMembers

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

IsInheritMembers

Gets a value indicating whether this instance is InheritMembers

Declaration
public bool IsInheritMembers { 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