Class DeleteFileRequestError
There was an error deleting these file requests.
Inheritance
Inherited Members
Namespace: Dropbox.Api.FileRequests
Assembly: Dropbox.Api.dll
Syntax
public class DeleteFileRequestError
Constructors
View SourceDeleteFileRequestError()
Initializes a new instance of the DeleteFileRequestError class.
Declaration
public DeleteFileRequestError()
Properties
View SourceAsAppLacksAccess
Gets this instance as a AppLacksAccess, or null.
Declaration
public DeleteFileRequestError.AppLacksAccess AsAppLacksAccess { get; }
Property Value
| Type | Description |
|---|---|
| DeleteFileRequestError.AppLacksAccess |
AsDisabledForTeam
Gets this instance as a DisabledForTeam, or null.
Declaration
public DeleteFileRequestError.DisabledForTeam AsDisabledForTeam { get; }
Property Value
| Type | Description |
|---|---|
| DeleteFileRequestError.DisabledForTeam |
AsEmailUnverified
Gets this instance as a EmailUnverified, or null.
Declaration
public DeleteFileRequestError.EmailUnverified AsEmailUnverified { get; }
Property Value
| Type | Description |
|---|---|
| DeleteFileRequestError.EmailUnverified |
AsFileRequestOpen
Gets this instance as a FileRequestOpen, or null.
Declaration
public DeleteFileRequestError.FileRequestOpen AsFileRequestOpen { get; }
Property Value
| Type | Description |
|---|---|
| DeleteFileRequestError.FileRequestOpen |
AsNoPermission
Gets this instance as a NoPermission, or null.
Declaration
public DeleteFileRequestError.NoPermission AsNoPermission { get; }
Property Value
| Type | Description |
|---|---|
| DeleteFileRequestError.NoPermission |
AsNoWritePermission
Gets this instance as a NoWritePermission, or null.
Declaration
public DeleteFileRequestError.NoWritePermission AsNoWritePermission { get; }
Property Value
| Type | Description |
|---|---|
| DeleteFileRequestError.NoWritePermission |
AsNotAFolder
Gets this instance as a NotAFolder, or null.
Declaration
public DeleteFileRequestError.NotAFolder AsNotAFolder { get; }
Property Value
| Type | Description |
|---|---|
| DeleteFileRequestError.NotAFolder |
AsNotFound
Gets this instance as a NotFound, or null.
Declaration
public DeleteFileRequestError.NotFound AsNotFound { get; }
Property Value
| Type | Description |
|---|---|
| DeleteFileRequestError.NotFound |
AsOther
Gets this instance as a Other, or null.
Declaration
public DeleteFileRequestError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| DeleteFileRequestError.Other |
AsValidationError
Gets this instance as a ValidationError, or null.
Declaration
public DeleteFileRequestError.ValidationError AsValidationError { get; }
Property Value
| Type | Description |
|---|---|
| DeleteFileRequestError.ValidationError |
IsAppLacksAccess
Gets a value indicating whether this instance is AppLacksAccess
Declaration
public bool IsAppLacksAccess { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsDisabledForTeam
Gets a value indicating whether this instance is DisabledForTeam
Declaration
public bool IsDisabledForTeam { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsEmailUnverified
Gets a value indicating whether this instance is EmailUnverified
Declaration
public bool IsEmailUnverified { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsFileRequestOpen
Gets a value indicating whether this instance is FileRequestOpen
Declaration
public bool IsFileRequestOpen { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsNoPermission
Gets a value indicating whether this instance is NoPermission
Declaration
public bool IsNoPermission { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsNoWritePermission
Gets a value indicating whether this instance is NoWritePermission
Declaration
public bool IsNoWritePermission { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsNotAFolder
Gets a value indicating whether this instance is NotAFolder
Declaration
public bool IsNotAFolder { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsNotFound
Gets a value indicating whether this instance is NotFound
Declaration
public bool IsNotFound { 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 |
IsValidationError
Gets a value indicating whether this instance is ValidationError
Declaration
public bool IsValidationError { get; }
Property Value
| Type | Description |
|---|---|
| bool |