Dropbox .NET SDK

Class PermanentDeleteChangePolicyDetails

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

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

Constructors

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

View Source

NewValue

New permanent delete content policy.

Declaration
public ContentPermanentDeletePolicy NewValue { get; protected set; }
Property Value
Type Description
ContentPermanentDeletePolicy
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
  • View Source
In this article
Back to top Dropbox .NET SDK