Show / Hide Table of Contents

Class SharedFolderChangeMembersPolicyDetails

Changed who can become member of shared folder.

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

Constructors

| Improve this Doc View Source

SharedFolderChangeMembersPolicyDetails(MemberPolicy, MemberPolicy)

Initializes a new instance of the SharedFolderChangeMembersPolicyDetails class.

Declaration
public SharedFolderChangeMembersPolicyDetails(MemberPolicy newValue, MemberPolicy previousValue = null)
Parameters
Type Name Description
MemberPolicy newValue

New external invite policy.

MemberPolicy previousValue

Previous external invite policy. Might be missing due to historical data gap.

Properties

| Improve this Doc View Source

NewValue

New external invite policy.

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

PreviousValue

Previous external invite policy. Might be missing due to historical data gap.

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