Dropbox .NET SDK

Class TeamFolderChangeStatusDetails

Changed archival status of team folder.

Inheritance
object
TeamFolderChangeStatusDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class TeamFolderChangeStatusDetails

Constructors

View Source

TeamFolderChangeStatusDetails(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 Source

NewValue

New team folder status.

Declaration
public TeamFolderStatus NewValue { get; protected set; }
Property Value
Type Description
TeamFolderStatus
View Source

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
  • View Source
In this article
Back to top Dropbox .NET SDK