Class TeamFolderInvalidStatusError
The team folder invalid status error object
Inheritance
System.Object
TeamFolderInvalidStatusError
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 SourceTeamFolderInvalidStatusError()
Initializes a new instance of the TeamFolderInvalidStatusError class.
Declaration
public TeamFolderInvalidStatusError()
Properties
| Improve this Doc View SourceAsActive
Gets this instance as a Active, or null
.
Declaration
public TeamFolderInvalidStatusError.Active AsActive { get; }
Property Value
Type | Description |
---|---|
TeamFolderInvalidStatusError.Active |
AsArchived
Gets this instance as a Archived, or null
.
Declaration
public TeamFolderInvalidStatusError.Archived AsArchived { get; }
Property Value
Type | Description |
---|---|
TeamFolderInvalidStatusError.Archived |
AsArchiveInProgress
Gets this instance as a ArchiveInProgress, or null
.
Declaration
public TeamFolderInvalidStatusError.ArchiveInProgress AsArchiveInProgress { get; }
Property Value
Type | Description |
---|---|
TeamFolderInvalidStatusError.ArchiveInProgress |
AsOther
Gets this instance as a Other, or null
.
Declaration
public TeamFolderInvalidStatusError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
TeamFolderInvalidStatusError.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 |