Dropbox .NET SDK
Show / Hide Table of Contents

Class TeamFolderInvalidStatusError

The team folder invalid status error object

Inheritance
object
TeamFolderInvalidStatusError
TeamFolderInvalidStatusError.Active
TeamFolderInvalidStatusError.ArchiveInProgress
TeamFolderInvalidStatusError.Archived
TeamFolderInvalidStatusError.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 TeamFolderInvalidStatusError

Constructors

View Source

TeamFolderInvalidStatusError()

Initializes a new instance of the TeamFolderInvalidStatusError class.

Declaration
public TeamFolderInvalidStatusError()

Properties

View Source

AsActive

Gets this instance as a Active, or null.

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

AsArchiveInProgress

Gets this instance as a ArchiveInProgress, or null.

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

AsArchived

Gets this instance as a Archived, or null.

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

AsOther

Gets this instance as a Other, or null.

Declaration
public TeamFolderInvalidStatusError.Other AsOther { get; }
Property Value
Type Description
TeamFolderInvalidStatusError.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

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