Class PermanentDeleteChangePolicyDetails
Enabled/disabled ability of team members to permanently delete content.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class PermanentDeleteChangePolicyDetails
Constructors
View SourcePermanentDeleteChangePolicyDetails(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 SourceNewValue
New permanent delete content policy.
Declaration
public ContentPermanentDeletePolicy NewValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ContentPermanentDeletePolicy |
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 |