Class DeleteError
The delete error object
Inheritance
System.Object
DeleteError
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 SourceDeleteError()
Initializes a new instance of the DeleteError class.
Declaration
public DeleteError()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsPathLookup
Gets a value indicating whether this instance is PathLookup
Declaration
public bool IsPathLookup { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPathWrite
Gets a value indicating whether this instance is PathWrite
Declaration
public bool IsPathWrite { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTooManyFiles
Gets a value indicating whether this instance is TooManyFiles
Declaration
public bool IsTooManyFiles { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTooManyWriteOperations
Gets a value indicating whether this instance is TooManyWriteOperations
Declaration
public bool IsTooManyWriteOperations { get; }
Property Value
Type | Description |
---|---|
System.Boolean |