Class SharedFolderMembersInheritancePolicy
Specifies if a shared folder inherits its members from the parent folder.
Inheritance
System.Object
SharedFolderMembersInheritancePolicy
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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SharedFolderMembersInheritancePolicy
Constructors
| Improve this Doc View SourceSharedFolderMembersInheritancePolicy()
Initializes a new instance of the SharedFolderMembersInheritancePolicy class.
Declaration
public SharedFolderMembersInheritancePolicy()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsInheritMembers
Gets a value indicating whether this instance is InheritMembers
Declaration
public bool IsInheritMembers { 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 |