Dropbox .NET SDK
Show / Hide Table of Contents

Class UpdateFileRequestError

There is an error updating the file request.

Inheritance
object
UpdateFileRequestError
UpdateFileRequestError.AppLacksAccess
UpdateFileRequestError.DisabledForTeam
UpdateFileRequestError.EmailUnverified
UpdateFileRequestError.NoPermission
UpdateFileRequestError.NoWritePermission
UpdateFileRequestError.NotAFolder
UpdateFileRequestError.NotFound
UpdateFileRequestError.Other
UpdateFileRequestError.ValidationError
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.FileRequests
Assembly: Dropbox.Api.dll
Syntax
public class UpdateFileRequestError

Constructors

View Source

UpdateFileRequestError()

Initializes a new instance of the UpdateFileRequestError class.

Declaration
public UpdateFileRequestError()

Properties

View Source

AsAppLacksAccess

Gets this instance as a AppLacksAccess, or null.

Declaration
public UpdateFileRequestError.AppLacksAccess AsAppLacksAccess { get; }
Property Value
Type Description
UpdateFileRequestError.AppLacksAccess
View Source

AsDisabledForTeam

Gets this instance as a DisabledForTeam, or null.

Declaration
public UpdateFileRequestError.DisabledForTeam AsDisabledForTeam { get; }
Property Value
Type Description
UpdateFileRequestError.DisabledForTeam
View Source

AsEmailUnverified

Gets this instance as a EmailUnverified, or null.

Declaration
public UpdateFileRequestError.EmailUnverified AsEmailUnverified { get; }
Property Value
Type Description
UpdateFileRequestError.EmailUnverified
View Source

AsNoPermission

Gets this instance as a NoPermission, or null.

Declaration
public UpdateFileRequestError.NoPermission AsNoPermission { get; }
Property Value
Type Description
UpdateFileRequestError.NoPermission
View Source

AsNoWritePermission

Gets this instance as a NoWritePermission, or null.

Declaration
public UpdateFileRequestError.NoWritePermission AsNoWritePermission { get; }
Property Value
Type Description
UpdateFileRequestError.NoWritePermission
View Source

AsNotAFolder

Gets this instance as a NotAFolder, or null.

Declaration
public UpdateFileRequestError.NotAFolder AsNotAFolder { get; }
Property Value
Type Description
UpdateFileRequestError.NotAFolder
View Source

AsNotFound

Gets this instance as a NotFound, or null.

Declaration
public UpdateFileRequestError.NotFound AsNotFound { get; }
Property Value
Type Description
UpdateFileRequestError.NotFound
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public UpdateFileRequestError.Other AsOther { get; }
Property Value
Type Description
UpdateFileRequestError.Other
View Source

AsValidationError

Gets this instance as a ValidationError, or null.

Declaration
public UpdateFileRequestError.ValidationError AsValidationError { get; }
Property Value
Type Description
UpdateFileRequestError.ValidationError
View Source

IsAppLacksAccess

Gets a value indicating whether this instance is AppLacksAccess

Declaration
public bool IsAppLacksAccess { get; }
Property Value
Type Description
bool
View Source

IsDisabledForTeam

Gets a value indicating whether this instance is DisabledForTeam

Declaration
public bool IsDisabledForTeam { get; }
Property Value
Type Description
bool
View Source

IsEmailUnverified

Gets a value indicating whether this instance is EmailUnverified

Declaration
public bool IsEmailUnverified { get; }
Property Value
Type Description
bool
View Source

IsNoPermission

Gets a value indicating whether this instance is NoPermission

Declaration
public bool IsNoPermission { get; }
Property Value
Type Description
bool
View Source

IsNoWritePermission

Gets a value indicating whether this instance is NoWritePermission

Declaration
public bool IsNoWritePermission { get; }
Property Value
Type Description
bool
View Source

IsNotAFolder

Gets a value indicating whether this instance is NotAFolder

Declaration
public bool IsNotAFolder { get; }
Property Value
Type Description
bool
View Source

IsNotFound

Gets a value indicating whether this instance is NotFound

Declaration
public bool IsNotFound { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsValidationError

Gets a value indicating whether this instance is ValidationError

Declaration
public bool IsValidationError { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK