Class TeamFolderStatus
The team folder status object
Inheritance
System.Object
TeamFolderStatus
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 SourceTeamFolderStatus()
Initializes a new instance of the TeamFolderStatus class.
Declaration
public TeamFolderStatus()
Properties
| Improve this Doc View SourceAsActive
Gets this instance as a Active, or null
.
Declaration
public TeamFolderStatus.Active AsActive { get; }
Property Value
Type | Description |
---|---|
TeamFolderStatus.Active |
AsArchived
Gets this instance as a Archived, or null
.
Declaration
public TeamFolderStatus.Archived AsArchived { get; }
Property Value
Type | Description |
---|---|
TeamFolderStatus.Archived |
AsArchiveInProgress
Gets this instance as a ArchiveInProgress, or null
.
Declaration
public TeamFolderStatus.ArchiveInProgress AsArchiveInProgress { get; }
Property Value
Type | Description |
---|---|
TeamFolderStatus.ArchiveInProgress |
AsOther
Gets this instance as a Other, or null
.
Declaration
public TeamFolderStatus.Other AsOther { get; }
Property Value
Type | Description |
---|---|
TeamFolderStatus.Other |
IsActive
Gets a value indicating whether this instance is Active
Declaration
public bool IsActive { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsArchived
Gets a value indicating whether this instance is Archived
Declaration
public bool IsArchived { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsArchiveInProgress
Gets a value indicating whether this instance is ArchiveInProgress
Declaration
public bool IsArchiveInProgress { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |