Class PaperChangeMemberPolicyDetails
Changed whether members can share Paper docs outside team, and if docs are accessible only by team members or anyone by default.
Inheritance
System.Object
    PaperChangeMemberPolicyDetails
  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 PaperChangeMemberPolicyDetails
  Constructors
| Improve this Doc View SourcePaperChangeMemberPolicyDetails(PaperMemberPolicy, PaperMemberPolicy)
Initializes a new instance of the PaperChangeMemberPolicyDetails class.
Declaration
public PaperChangeMemberPolicyDetails(PaperMemberPolicy newValue, PaperMemberPolicy previousValue = null)
  Parameters
| Type | Name | Description | 
|---|---|---|
| PaperMemberPolicy | newValue | New paper external accessibility policy.  | 
      
| PaperMemberPolicy | previousValue | Previous paper external accessibility policy. Might be missing due to historical data gap.  | 
      
Properties
| Improve this Doc View SourceNewValue
New paper external accessibility policy.
Declaration
public PaperMemberPolicy NewValue { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| PaperMemberPolicy | 
PreviousValue
Previous paper external accessibility policy. Might be missing due to historical data gap.
Declaration
public PaperMemberPolicy PreviousValue { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| PaperMemberPolicy |