Show / Hide Table of Contents

Class SharedFolderChangeMembersManagementPolicyDetails

Changed who can add/remove members of shared folder.

Inheritance
System.Object
SharedFolderChangeMembersManagementPolicyDetails
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 SharedFolderChangeMembersManagementPolicyDetails

Constructors

| Improve this Doc View Source

SharedFolderChangeMembersManagementPolicyDetails(AclUpdatePolicy, AclUpdatePolicy)

Initializes a new instance of the SharedFolderChangeMembersManagementPolicyDetails class.

Declaration
public SharedFolderChangeMembersManagementPolicyDetails(AclUpdatePolicy newValue, AclUpdatePolicy previousValue = null)
Parameters
Type Name Description
AclUpdatePolicy newValue

New members management policy.

AclUpdatePolicy previousValue

Previous members management policy. Might be missing due to historical data gap.

Properties

| Improve this Doc View Source

NewValue

New members management policy.

Declaration
public AclUpdatePolicy NewValue { get; protected set; }
Property Value
Type Description
AclUpdatePolicy
| Improve this Doc View Source

PreviousValue

Previous members management policy. Might be missing due to historical data gap.

Declaration
public AclUpdatePolicy PreviousValue { get; protected set; }
Property Value
Type Description
AclUpdatePolicy
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SharedFolderChangeMembersManagementPolicyDetails(AclUpdatePolicy, AclUpdatePolicy)
  • Properties
    • NewValue
    • PreviousValue
Back to top Generated by DocFX