Class PaperChangePolicyDetails
Enabled/disabled Dropbox Paper for team.
Inheritance
System.Object
PaperChangePolicyDetails
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 PaperChangePolicyDetails
Constructors
| Improve this Doc 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
| Improve this Doc 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 |