Class DeleteError
The delete error object
Inheritance
DeleteError
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class DeleteError
Constructors
View SourceDeleteError()
Initializes a new instance of the DeleteError class.
Declaration
public DeleteError()
Properties
View SourceAsOther
Gets this instance as a Other, or null.
Declaration
public DeleteError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| DeleteError.Other |
AsPathLookup
Gets this instance as a PathLookup, or null.
Declaration
public DeleteError.PathLookup AsPathLookup { get; }
Property Value
| Type | Description |
|---|---|
| DeleteError.PathLookup |
AsPathWrite
Gets this instance as a PathWrite, or null.
Declaration
public DeleteError.PathWrite AsPathWrite { get; }
Property Value
| Type | Description |
|---|---|
| DeleteError.PathWrite |
AsTooManyFiles
Gets this instance as a TooManyFiles, or null.
Declaration
public DeleteError.TooManyFiles AsTooManyFiles { get; }
Property Value
| Type | Description |
|---|---|
| DeleteError.TooManyFiles |
AsTooManyWriteOperations
Gets this instance as a TooManyWriteOperations, or null.
Declaration
public DeleteError.TooManyWriteOperations AsTooManyWriteOperations { get; }
Property Value
| Type | Description |
|---|---|
| DeleteError.TooManyWriteOperations |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsPathLookup
Gets a value indicating whether this instance is PathLookup
Declaration
public bool IsPathLookup { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsPathWrite
Gets a value indicating whether this instance is PathWrite
Declaration
public bool IsPathWrite { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTooManyFiles
Gets a value indicating whether this instance is TooManyFiles
Declaration
public bool IsTooManyFiles { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTooManyWriteOperations
Gets a value indicating whether this instance is TooManyWriteOperations
Declaration
public bool IsTooManyWriteOperations { get; }
Property Value
| Type | Description |
|---|---|
| bool |