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 SourceSharedFolderChangeMembersPolicyDetails(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 SourceNewValue
New external invite policy.
Declaration
public MemberPolicy NewValue { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| MemberPolicy | 
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 |