Show / Hide Table of Contents

Class TeamFolderStatus

The team folder status object

Inheritance
System.Object
TeamFolderStatus
TeamFolderStatus.Active
TeamFolderStatus.Archived
TeamFolderStatus.ArchiveInProgress
TeamFolderStatus.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 TeamFolderStatus

Constructors

| Improve this Doc View Source

TeamFolderStatus()

Initializes a new instance of the TeamFolderStatus class.

Declaration
public TeamFolderStatus()

Properties

| Improve this Doc View Source

AsActive

Gets this instance as a Active, or null.

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

AsArchived

Gets this instance as a Archived, or null.

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

AsArchiveInProgress

Gets this instance as a ArchiveInProgress, or null.

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

AsOther

Gets this instance as a Other, or null.

Declaration
public TeamFolderStatus.Other AsOther { get; }
Property Value
Type Description
TeamFolderStatus.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
    • TeamFolderStatus()
  • Properties
    • AsActive
    • AsArchived
    • AsArchiveInProgress
    • AsOther
    • IsActive
    • IsArchived
    • IsArchiveInProgress
    • IsOther
Back to top Generated by DocFX