Show / Hide Table of Contents

Class PaperDesktopPolicyChangedDetails

Enabled/disabled Paper Desktop for team.

Inheritance
System.Object
PaperDesktopPolicyChangedDetails
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 PaperDesktopPolicyChangedDetails

Constructors

| Improve this Doc View Source

PaperDesktopPolicyChangedDetails(PaperDesktopPolicy, PaperDesktopPolicy)

Initializes a new instance of the PaperDesktopPolicyChangedDetails class.

Declaration
public PaperDesktopPolicyChangedDetails(PaperDesktopPolicy newValue, PaperDesktopPolicy previousValue)
Parameters
Type Name Description
PaperDesktopPolicy newValue

New Paper Desktop policy.

PaperDesktopPolicy previousValue

Previous Paper Desktop policy.

Properties

| Improve this Doc View Source

NewValue

New Paper Desktop policy.

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

PreviousValue

Previous Paper Desktop policy.

Declaration
public PaperDesktopPolicy PreviousValue { get; protected set; }
Property Value
Type Description
PaperDesktopPolicy
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PaperDesktopPolicyChangedDetails(PaperDesktopPolicy, PaperDesktopPolicy)
  • Properties
    • NewValue
    • PreviousValue
Back to top Generated by DocFX