Dropbox .NET SDK

Class PaperDefaultFolderPolicyChangedDetails

Changed Paper Default Folder Policy setting for team.

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

Constructors

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

View Source

NewValue

New Paper Default Folder Policy.

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

PreviousValue

Previous Paper Default Folder Policy.

Declaration
public PaperDefaultFolderPolicy PreviousValue { get; protected set; }
Property Value
Type Description
PaperDefaultFolderPolicy
  • View Source
In this article
Back to top Dropbox .NET SDK