Dropbox .NET SDK

Class SharedFolderChangeMembersInheritancePolicyDetails

Changed whether shared folder inherits members from parent folder.

Inheritance
object
SharedFolderChangeMembersInheritancePolicyDetails
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 SharedFolderChangeMembersInheritancePolicyDetails

Constructors

View Source

SharedFolderChangeMembersInheritancePolicyDetails(SharedFolderMembersInheritancePolicy, SharedFolderMembersInheritancePolicy)

Initializes a new instance of the SharedFolderChangeMembersInheritancePolicyDetails class.

Declaration
public SharedFolderChangeMembersInheritancePolicyDetails(SharedFolderMembersInheritancePolicy newValue, SharedFolderMembersInheritancePolicy previousValue = null)
Parameters
Type Name Description
SharedFolderMembersInheritancePolicy newValue

New member inheritance policy.

SharedFolderMembersInheritancePolicy previousValue

Previous member inheritance policy. Might be missing due to historical data gap.

Properties

View Source

NewValue

New member inheritance policy.

Declaration
public SharedFolderMembersInheritancePolicy NewValue { get; protected set; }
Property Value
Type Description
SharedFolderMembersInheritancePolicy
View Source

PreviousValue

Previous member inheritance policy. Might be missing due to historical data gap.

Declaration
public SharedFolderMembersInheritancePolicy PreviousValue { get; protected set; }
Property Value
Type Description
SharedFolderMembersInheritancePolicy
  • View Source
In this article
Back to top Dropbox .NET SDK