Class TeamFolderChangeStatusDetails
Changed archival status of team folder.
Inheritance
System.Object
    TeamFolderChangeStatusDetails
  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 TeamFolderChangeStatusDetails
  Constructors
| Improve this Doc View SourceTeamFolderChangeStatusDetails(TeamFolderStatus, TeamFolderStatus)
Initializes a new instance of the TeamFolderChangeStatusDetails class.
Declaration
public TeamFolderChangeStatusDetails(TeamFolderStatus newValue, TeamFolderStatus previousValue = null)
  Parameters
| Type | Name | Description | 
|---|---|---|
| TeamFolderStatus | newValue | New team folder status.  | 
      
| TeamFolderStatus | previousValue | Previous team folder status. Might be missing due to historical data gap.  | 
      
Properties
| Improve this Doc View SourceNewValue
New team folder status.
Declaration
public TeamFolderStatus NewValue { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| TeamFolderStatus | 
PreviousValue
Previous team folder status. Might be missing due to historical data gap.
Declaration
public TeamFolderStatus PreviousValue { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| TeamFolderStatus |