Class ContentAdministrationPolicyChangedDetails
Changed content management setting.
Inheritance
System.Object
    ContentAdministrationPolicyChangedDetails
  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 ContentAdministrationPolicyChangedDetails
  Constructors
| Improve this Doc View SourceContentAdministrationPolicyChangedDetails(String, String)
Initializes a new instance of the ContentAdministrationPolicyChangedDetails class.
Declaration
public ContentAdministrationPolicyChangedDetails(string newValue, string previousValue)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | newValue | New content administration policy.  | 
      
| System.String | previousValue | Previous content administration policy.  | 
      
Properties
| Improve this Doc View SourceNewValue
New content administration policy.
Declaration
public string NewValue { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
PreviousValue
Previous content administration policy.
Declaration
public string PreviousValue { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |