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 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
| Improve this Doc 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 |