Class TeamFolderChangeStatusDetails
Changed archival status of team folder.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class TeamFolderChangeStatusDetails
Constructors
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
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 |