Show / Hide Table of Contents

Class WriteError

The write error object

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

Constructors

| Improve this Doc View Source

WriteError()

Initializes a new instance of the WriteError class.

Declaration
public WriteError()

Properties

| Improve this Doc View Source

AsConflict

Gets this instance as a Conflict, or null.

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

AsDisallowedName

Gets this instance as a DisallowedName, or null.

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

AsInsufficientSpace

Gets this instance as a InsufficientSpace, or null.

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

AsMalformedPath

Gets this instance as a MalformedPath, or null.

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

AsNoWritePermission

Gets this instance as a NoWritePermission, or null.

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

AsOperationSuppressed

Gets this instance as a OperationSuppressed, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsTeamFolder

Gets this instance as a TeamFolder, or null.

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

AsTooManyWriteOperations

Gets this instance as a TooManyWriteOperations, or null.

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

IsConflict

Gets a value indicating whether this instance is Conflict

Declaration
public bool IsConflict { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsDisallowedName

Gets a value indicating whether this instance is DisallowedName

Declaration
public bool IsDisallowedName { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsInsufficientSpace

Gets a value indicating whether this instance is InsufficientSpace

Declaration
public bool IsInsufficientSpace { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsMalformedPath

Gets a value indicating whether this instance is MalformedPath

Declaration
public bool IsMalformedPath { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsNoWritePermission

Gets a value indicating whether this instance is NoWritePermission

Declaration
public bool IsNoWritePermission { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOperationSuppressed

Gets a value indicating whether this instance is OperationSuppressed

Declaration
public bool IsOperationSuppressed { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsTeamFolder

Gets a value indicating whether this instance is TeamFolder

Declaration
public bool IsTeamFolder { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsTooManyWriteOperations

Gets a value indicating whether this instance is TooManyWriteOperations

Declaration
public bool IsTooManyWriteOperations { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • WriteError()
  • Properties
    • AsConflict
    • AsDisallowedName
    • AsInsufficientSpace
    • AsMalformedPath
    • AsNoWritePermission
    • AsOperationSuppressed
    • AsOther
    • AsTeamFolder
    • AsTooManyWriteOperations
    • IsConflict
    • IsDisallowedName
    • IsInsufficientSpace
    • IsMalformedPath
    • IsNoWritePermission
    • IsOperationSuppressed
    • IsOther
    • IsTeamFolder
    • IsTooManyWriteOperations
Back to top Generated by DocFX