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