Class SharedFolderMembersInheritancePolicy
Specifies if a shared folder inherits its members from the parent folder.
Inheritance
SharedFolderMembersInheritancePolicy
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SharedFolderMembersInheritancePolicy
Constructors
View SourceSharedFolderMembersInheritancePolicy()
Initializes a new instance of the SharedFolderMembersInheritancePolicy class.
Declaration
public SharedFolderMembersInheritancePolicy()
Properties
View SourceAsDontInheritMembers
Gets this instance as a DontInheritMembers, or null.
Declaration
public SharedFolderMembersInheritancePolicy.DontInheritMembers AsDontInheritMembers { get; }
Property Value
| Type | Description |
|---|---|
| SharedFolderMembersInheritancePolicy.DontInheritMembers |
AsInheritMembers
Gets this instance as a InheritMembers, or null.
Declaration
public SharedFolderMembersInheritancePolicy.InheritMembers AsInheritMembers { get; }
Property Value
| Type | Description |
|---|---|
| SharedFolderMembersInheritancePolicy.InheritMembers |
AsOther
Gets this instance as a Other, or null.
Declaration
public SharedFolderMembersInheritancePolicy.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| SharedFolderMembersInheritancePolicy.Other |
IsDontInheritMembers
Gets a value indicating whether this instance is DontInheritMembers
Declaration
public bool IsDontInheritMembers { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsInheritMembers
Gets a value indicating whether this instance is InheritMembers
Declaration
public bool IsInheritMembers { 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 |