Dropbox .NET SDK
Show / Hide Table of Contents

Class TeamFolderStatus

The team folder status object

Inheritance
object
TeamFolderStatus
TeamFolderStatus.Active
TeamFolderStatus.ArchiveInProgress
TeamFolderStatus.Archived
TeamFolderStatus.Inactive
TeamFolderStatus.Other
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class TeamFolderStatus

Constructors

View Source

TeamFolderStatus()

Initializes a new instance of the TeamFolderStatus class.

Declaration
public TeamFolderStatus()

Properties

View Source

AsActive

Gets this instance as a Active, or null.

Declaration
public TeamFolderStatus.Active AsActive { get; }
Property Value
Type Description
TeamFolderStatus.Active
View Source

AsArchiveInProgress

Gets this instance as a ArchiveInProgress, or null.

Declaration
public TeamFolderStatus.ArchiveInProgress AsArchiveInProgress { get; }
Property Value
Type Description
TeamFolderStatus.ArchiveInProgress
View Source

AsArchived

Gets this instance as a Archived, or null.

Declaration
public TeamFolderStatus.Archived AsArchived { get; }
Property Value
Type Description
TeamFolderStatus.Archived
View Source

AsInactive

Gets this instance as a Inactive, or null.

Declaration
public TeamFolderStatus.Inactive AsInactive { get; }
Property Value
Type Description
TeamFolderStatus.Inactive
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public TeamFolderStatus.Other AsOther { get; }
Property Value
Type Description
TeamFolderStatus.Other
View Source

IsActive

Gets a value indicating whether this instance is Active

Declaration
public bool IsActive { get; }
Property Value
Type Description
bool
View Source

IsArchiveInProgress

Gets a value indicating whether this instance is ArchiveInProgress

Declaration
public bool IsArchiveInProgress { get; }
Property Value
Type Description
bool
View Source

IsArchived

Gets a value indicating whether this instance is Archived

Declaration
public bool IsArchived { get; }
Property Value
Type Description
bool
View Source

IsInactive

Gets a value indicating whether this instance is Inactive

Declaration
public bool IsInactive { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK