• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class SharedFolderMembersInheritancePolicy

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

Inheritance
System.Object
SharedFolderMembersInheritancePolicy
SharedFolderMembersInheritancePolicy.DontInheritMembers
SharedFolderMembersInheritancePolicy.InheritMembers
SharedFolderMembersInheritancePolicy.Other
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 Source

SharedFolderMembersInheritancePolicy()

Initializes a new instance of the SharedFolderMembersInheritancePolicy class.

Declaration
public SharedFolderMembersInheritancePolicy()

Properties

| Improve this Doc View Source

AsDontInheritMembers

Gets this instance as a DontInheritMembers, or null.

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

AsInheritMembers

Gets this instance as a InheritMembers, or null.

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

AsOther

Gets this instance as a Other, or null.

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

IsDontInheritMembers

Gets a value indicating whether this instance is DontInheritMembers

Declaration
public bool IsDontInheritMembers { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsInheritMembers

Gets a value indicating whether this instance is InheritMembers

Declaration
public bool IsInheritMembers { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SharedFolderMembersInheritancePolicy()
  • Properties
    • AsDontInheritMembers
    • AsInheritMembers
    • AsOther
    • IsDontInheritMembers
    • IsInheritMembers
    • IsOther
Back to top Generated by DocFX