Class PaperChangePolicyDetails
Enabled/disabled Dropbox Paper for team.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class PaperChangePolicyDetails
Constructors
View SourcePaperChangePolicyDetails(PaperEnabledPolicy, PaperEnabledPolicy)
Initializes a new instance of the PaperChangePolicyDetails class.
Declaration
public PaperChangePolicyDetails(PaperEnabledPolicy newValue, PaperEnabledPolicy previousValue = null)
Parameters
| Type | Name | Description |
|---|---|---|
| PaperEnabledPolicy | newValue | New Dropbox Paper policy. |
| PaperEnabledPolicy | previousValue | Previous Dropbox Paper policy. Might be missing due to historical data gap. |
Properties
View SourceNewValue
New Dropbox Paper policy.
Declaration
public PaperEnabledPolicy NewValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| PaperEnabledPolicy |
PreviousValue
Previous Dropbox Paper policy. Might be missing due to historical data gap.
Declaration
public PaperEnabledPolicy PreviousValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| PaperEnabledPolicy |