Dropbox .NET SDK

Class PaperChangePolicyDetails

Enabled/disabled Dropbox Paper for team.

Inheritance
object
PaperChangePolicyDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class PaperChangePolicyDetails

Constructors

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

View Source

NewValue

New Dropbox Paper policy.

Declaration
public PaperEnabledPolicy NewValue { get; protected set; }
Property Value
Type Description
PaperEnabledPolicy
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
  • View Source
In this article
Back to top Dropbox .NET SDK