Show / Hide Table of Contents

Class PaperDefaultFolderPolicyChangedDetails

Changed Paper Default Folder Policy setting for team.

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

Constructors

| Improve this Doc View Source

PaperDefaultFolderPolicyChangedDetails(PaperDefaultFolderPolicy, PaperDefaultFolderPolicy)

Initializes a new instance of the PaperDefaultFolderPolicyChangedDetails class.

Declaration
public PaperDefaultFolderPolicyChangedDetails(PaperDefaultFolderPolicy newValue, PaperDefaultFolderPolicy previousValue)
Parameters
Type Name Description
PaperDefaultFolderPolicy newValue

New Paper Default Folder Policy.

PaperDefaultFolderPolicy previousValue

Previous Paper Default Folder Policy.

Properties

| Improve this Doc View Source

NewValue

New Paper Default Folder Policy.

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

PreviousValue

Previous Paper Default Folder Policy.

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