• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class TeamFolderInvalidStatusError

The team folder invalid status error object

Inheritance
System.Object
TeamFolderInvalidStatusError
TeamFolderInvalidStatusError.Active
TeamFolderInvalidStatusError.Archived
TeamFolderInvalidStatusError.ArchiveInProgress
TeamFolderInvalidStatusError.Other
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.Team
Assembly: Dropbox.Api.dll
Syntax
public class TeamFolderInvalidStatusError

Constructors

| Improve this Doc View Source

TeamFolderInvalidStatusError()

Initializes a new instance of the TeamFolderInvalidStatusError class.

Declaration
public TeamFolderInvalidStatusError()

Properties

| Improve this Doc View Source

AsActive

Gets this instance as a Active, or null.

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

AsArchived

Gets this instance as a Archived, or null.

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

AsArchiveInProgress

Gets this instance as a ArchiveInProgress, or null.

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

AsOther

Gets this instance as a Other, or null.

Declaration
public TeamFolderInvalidStatusError.Other AsOther { get; }
Property Value
Type Description
TeamFolderInvalidStatusError.Other
| Improve this Doc View Source

IsActive

Gets a value indicating whether this instance is Active

Declaration
public bool IsActive { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsArchived

Gets a value indicating whether this instance is Archived

Declaration
public bool IsArchived { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsArchiveInProgress

Gets a value indicating whether this instance is ArchiveInProgress

Declaration
public bool IsArchiveInProgress { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • TeamFolderInvalidStatusError()
  • Properties
    • AsActive
    • AsArchived
    • AsArchiveInProgress
    • AsOther
    • IsActive
    • IsArchived
    • IsArchiveInProgress
    • IsOther
Back to top Generated by DocFX