Show / Hide Table of Contents

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 Source

PaperChangePolicyDetails(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 Source

NewValue

New Dropbox Paper policy.

Declaration
public PaperEnabledPolicy NewValue { get; protected set; }
Property Value
Type Description
PaperEnabledPolicy
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PaperChangePolicyDetails(PaperEnabledPolicy, PaperEnabledPolicy)
  • Properties
    • NewValue
    • PreviousValue
Back to top Generated by DocFX