Class TeamFolderRestoreError
The team folder restore error object
Inheritance
TeamFolderRestoreError
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class TeamFolderRestoreError
Constructors
View SourceTeamFolderRestoreError()
Initializes a new instance of the TeamFolderRestoreError class.
Declaration
public TeamFolderRestoreError()
Properties
View SourceAsAccessError
Gets this instance as a AccessError, or null.
Declaration
public TeamFolderRestoreError.AccessError AsAccessError { get; }
Property Value
| Type | Description |
|---|---|
| TeamFolderRestoreError.AccessError |
AsOther
Gets this instance as a Other, or null.
Declaration
public TeamFolderRestoreError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| TeamFolderRestoreError.Other |
AsStatusError
Gets this instance as a StatusError, or null.
Declaration
public TeamFolderRestoreError.StatusError AsStatusError { get; }
Property Value
| Type | Description |
|---|---|
| TeamFolderRestoreError.StatusError |
AsTeamSharedDropboxError
Gets this instance as a TeamSharedDropboxError, or null.
Declaration
public TeamFolderRestoreError.TeamSharedDropboxError AsTeamSharedDropboxError { get; }
Property Value
| Type | Description |
|---|---|
| TeamFolderRestoreError.TeamSharedDropboxError |
IsAccessError
Gets a value indicating whether this instance is AccessError
Declaration
public bool IsAccessError { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsStatusError
Gets a value indicating whether this instance is StatusError
Declaration
public bool IsStatusError { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTeamSharedDropboxError
Gets a value indicating whether this instance is TeamSharedDropboxError
Declaration
public bool IsTeamSharedDropboxError { get; }
Property Value
| Type | Description |
|---|---|
| bool |