Class PaperChangeDeploymentPolicyDetails
Changed whether Dropbox Paper, when enabled, is deployed to all members or to specific members.
Inheritance
System.Object
    PaperChangeDeploymentPolicyDetails
  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 PaperChangeDeploymentPolicyDetails
  Constructors
| Improve this Doc View SourcePaperChangeDeploymentPolicyDetails(PaperDeploymentPolicy, PaperDeploymentPolicy)
Initializes a new instance of the PaperChangeDeploymentPolicyDetails class.
Declaration
public PaperChangeDeploymentPolicyDetails(PaperDeploymentPolicy newValue, PaperDeploymentPolicy previousValue = null)
  Parameters
| Type | Name | Description | 
|---|---|---|
| PaperDeploymentPolicy | newValue | New Dropbox Paper deployment policy.  | 
      
| PaperDeploymentPolicy | previousValue | Previous Dropbox Paper deployment policy. Might be missing due to historical data gap.  | 
      
Properties
| Improve this Doc View SourceNewValue
New Dropbox Paper deployment policy.
Declaration
public PaperDeploymentPolicy NewValue { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| PaperDeploymentPolicy | 
PreviousValue
Previous Dropbox Paper deployment policy. Might be missing due to historical data gap.
Declaration
public PaperDeploymentPolicy PreviousValue { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| PaperDeploymentPolicy |