Class WriteError
The write error object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class WriteError
Constructors
| Improve this Doc View SourceWriteError()
Initializes a new instance of the WriteError class.
Declaration
public WriteError()
Properties
| Improve this Doc View SourceAsConflict
Gets this instance as a Conflict, or null
.
Declaration
public WriteError.Conflict AsConflict { get; }
Property Value
Type | Description |
---|---|
WriteError.Conflict |
AsDisallowedName
Gets this instance as a DisallowedName, or null
.
Declaration
public WriteError.DisallowedName AsDisallowedName { get; }
Property Value
Type | Description |
---|---|
WriteError.DisallowedName |
AsInsufficientSpace
Gets this instance as a InsufficientSpace, or null
.
Declaration
public WriteError.InsufficientSpace AsInsufficientSpace { get; }
Property Value
Type | Description |
---|---|
WriteError.InsufficientSpace |
AsMalformedPath
Gets this instance as a MalformedPath, or null
.
Declaration
public WriteError.MalformedPath AsMalformedPath { get; }
Property Value
Type | Description |
---|---|
WriteError.MalformedPath |
AsNoWritePermission
Gets this instance as a NoWritePermission, or null
.
Declaration
public WriteError.NoWritePermission AsNoWritePermission { get; }
Property Value
Type | Description |
---|---|
WriteError.NoWritePermission |
AsOperationSuppressed
Gets this instance as a OperationSuppressed, or null
.
Declaration
public WriteError.OperationSuppressed AsOperationSuppressed { get; }
Property Value
Type | Description |
---|---|
WriteError.OperationSuppressed |
AsOther
Gets this instance as a Other, or null
.
Declaration
public WriteError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
WriteError.Other |
AsTeamFolder
Gets this instance as a TeamFolder, or null
.
Declaration
public WriteError.TeamFolder AsTeamFolder { get; }
Property Value
Type | Description |
---|---|
WriteError.TeamFolder |
AsTooManyWriteOperations
Gets this instance as a TooManyWriteOperations, or null
.
Declaration
public WriteError.TooManyWriteOperations AsTooManyWriteOperations { get; }
Property Value
Type | Description |
---|---|
WriteError.TooManyWriteOperations |
IsConflict
Gets a value indicating whether this instance is Conflict
Declaration
public bool IsConflict { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDisallowedName
Gets a value indicating whether this instance is DisallowedName
Declaration
public bool IsDisallowedName { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInsufficientSpace
Gets a value indicating whether this instance is InsufficientSpace
Declaration
public bool IsInsufficientSpace { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsMalformedPath
Gets a value indicating whether this instance is MalformedPath
Declaration
public bool IsMalformedPath { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNoWritePermission
Gets a value indicating whether this instance is NoWritePermission
Declaration
public bool IsNoWritePermission { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOperationSuppressed
Gets a value indicating whether this instance is OperationSuppressed
Declaration
public bool IsOperationSuppressed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTeamFolder
Gets a value indicating whether this instance is TeamFolder
Declaration
public bool IsTeamFolder { 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 |