Show / Hide Table of Contents

Class PermanentDeleteChangePolicyDetails

Enabled/disabled ability of team members to permanently delete content.

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

Constructors

| Improve this Doc View Source

PermanentDeleteChangePolicyDetails(ContentPermanentDeletePolicy, ContentPermanentDeletePolicy)

Initializes a new instance of the PermanentDeleteChangePolicyDetails class.

Declaration
public PermanentDeleteChangePolicyDetails(ContentPermanentDeletePolicy newValue, ContentPermanentDeletePolicy previousValue = null)
Parameters
Type Name Description
ContentPermanentDeletePolicy newValue

New permanent delete content policy.

ContentPermanentDeletePolicy previousValue

Previous permanent delete content policy. Might be missing due to historical data gap.

Properties

| Improve this Doc View Source

NewValue

New permanent delete content policy.

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

PreviousValue

Previous permanent delete content policy. Might be missing due to historical data gap.

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