Dropbox .NET SDK
Show / Hide Table of Contents

Class WriteError

The write error object

Inheritance
object
WriteError
WriteError.AccessRestricted
WriteError.Conflict
WriteError.DisallowedName
WriteError.InsufficientSpace
WriteError.MalformedPath
WriteError.NoWritePermission
WriteError.OperationSuppressed
WriteError.Other
WriteError.TeamFolder
WriteError.TooManyWriteOperations
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class WriteError

Constructors

View Source

WriteError()

Initializes a new instance of the WriteError class.

Declaration
public WriteError()

Properties

View Source

AsAccessRestricted

Gets this instance as a AccessRestricted, or null.

Declaration
public WriteError.AccessRestricted AsAccessRestricted { get; }
Property Value
Type Description
WriteError.AccessRestricted
View Source

AsConflict

Gets this instance as a Conflict, or null.

Declaration
public WriteError.Conflict AsConflict { get; }
Property Value
Type Description
WriteError.Conflict
View Source

AsDisallowedName

Gets this instance as a DisallowedName, or null.

Declaration
public WriteError.DisallowedName AsDisallowedName { get; }
Property Value
Type Description
WriteError.DisallowedName
View Source

AsInsufficientSpace

Gets this instance as a InsufficientSpace, or null.

Declaration
public WriteError.InsufficientSpace AsInsufficientSpace { get; }
Property Value
Type Description
WriteError.InsufficientSpace
View Source

AsMalformedPath

Gets this instance as a MalformedPath, or null.

Declaration
public WriteError.MalformedPath AsMalformedPath { get; }
Property Value
Type Description
WriteError.MalformedPath
View Source

AsNoWritePermission

Gets this instance as a NoWritePermission, or null.

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

AsOperationSuppressed

Gets this instance as a OperationSuppressed, or null.

Declaration
public WriteError.OperationSuppressed AsOperationSuppressed { get; }
Property Value
Type Description
WriteError.OperationSuppressed
View Source

AsOther

Gets this instance as a Other, or null.

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

AsTeamFolder

Gets this instance as a TeamFolder, or null.

Declaration
public WriteError.TeamFolder AsTeamFolder { get; }
Property Value
Type Description
WriteError.TeamFolder
View Source

AsTooManyWriteOperations

Gets this instance as a TooManyWriteOperations, or null.

Declaration
public WriteError.TooManyWriteOperations AsTooManyWriteOperations { get; }
Property Value
Type Description
WriteError.TooManyWriteOperations
View Source

IsAccessRestricted

Gets a value indicating whether this instance is AccessRestricted

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

IsConflict

Gets a value indicating whether this instance is Conflict

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

IsDisallowedName

Gets a value indicating whether this instance is DisallowedName

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

IsInsufficientSpace

Gets a value indicating whether this instance is InsufficientSpace

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

IsMalformedPath

Gets a value indicating whether this instance is MalformedPath

Declaration
public bool IsMalformedPath { 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

IsOperationSuppressed

Gets a value indicating whether this instance is OperationSuppressed

Declaration
public bool IsOperationSuppressed { 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

IsTeamFolder

Gets a value indicating whether this instance is TeamFolder

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

IsTooManyWriteOperations

Gets a value indicating whether this instance is TooManyWriteOperations

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