Dropbox .NET SDK

Class PaperChangeDeploymentPolicyDetails

Changed whether Dropbox Paper, when enabled, is deployed to all members or to specific members.

Inheritance
object
PaperChangeDeploymentPolicyDetails
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 PaperChangeDeploymentPolicyDetails

Constructors

View Source

PaperChangeDeploymentPolicyDetails(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

View Source

NewValue

New Dropbox Paper deployment policy.

Declaration
public PaperDeploymentPolicy NewValue { get; protected set; }
Property Value
Type Description
PaperDeploymentPolicy
View Source

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
  • View Source
In this article
Back to top Dropbox .NET SDK