Show / Hide Table of Contents

Class DeleteError

The delete error object

Inheritance
System.Object
DeleteError
DeleteError.Other
DeleteError.PathLookup
DeleteError.PathWrite
DeleteError.TooManyFiles
DeleteError.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 DeleteError

Constructors

| Improve this Doc View Source

DeleteError()

Initializes a new instance of the DeleteError class.

Declaration
public DeleteError()

Properties

| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsPathLookup

Gets this instance as a PathLookup, or null.

Declaration
public DeleteError.PathLookup AsPathLookup { get; }
Property Value
Type Description
DeleteError.PathLookup
| Improve this Doc View Source

AsPathWrite

Gets this instance as a PathWrite, or null.

Declaration
public DeleteError.PathWrite AsPathWrite { get; }
Property Value
Type Description
DeleteError.PathWrite
| Improve this Doc View Source

AsTooManyFiles

Gets this instance as a TooManyFiles, or null.

Declaration
public DeleteError.TooManyFiles AsTooManyFiles { get; }
Property Value
Type Description
DeleteError.TooManyFiles
| Improve this Doc View Source

AsTooManyWriteOperations

Gets this instance as a TooManyWriteOperations, or null.

Declaration
public DeleteError.TooManyWriteOperations AsTooManyWriteOperations { get; }
Property Value
Type Description
DeleteError.TooManyWriteOperations
| 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

IsPathLookup

Gets a value indicating whether this instance is PathLookup

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

IsPathWrite

Gets a value indicating whether this instance is PathWrite

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

IsTooManyFiles

Gets a value indicating whether this instance is TooManyFiles

Declaration
public bool IsTooManyFiles { 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
    • DeleteError()
  • Properties
    • AsOther
    • AsPathLookup
    • AsPathWrite
    • AsTooManyFiles
    • AsTooManyWriteOperations
    • IsOther
    • IsPathLookup
    • IsPathWrite
    • IsTooManyFiles
    • IsTooManyWriteOperations
Back to top Generated by DocFX