Class WriteConflictError
The write conflict error object
Inheritance
WriteConflictError
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class WriteConflictError
Constructors
View SourceWriteConflictError()
Initializes a new instance of the WriteConflictError class.
Declaration
public WriteConflictError()
Properties
View SourceAsFile
Gets this instance as a File, or null.
Declaration
public WriteConflictError.File AsFile { get; }
Property Value
| Type | Description |
|---|---|
| WriteConflictError.File |
AsFileAncestor
Gets this instance as a FileAncestor, or null.
Declaration
public WriteConflictError.FileAncestor AsFileAncestor { get; }
Property Value
| Type | Description |
|---|---|
| WriteConflictError.FileAncestor |
AsFolder
Gets this instance as a Folder, or null.
Declaration
public WriteConflictError.Folder AsFolder { get; }
Property Value
| Type | Description |
|---|---|
| WriteConflictError.Folder |
AsOther
Gets this instance as a Other, or null.
Declaration
public WriteConflictError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| WriteConflictError.Other |
IsFile
Gets a value indicating whether this instance is File
Declaration
public bool IsFile { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsFileAncestor
Gets a value indicating whether this instance is FileAncestor
Declaration
public bool IsFileAncestor { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsFolder
Gets a value indicating whether this instance is Folder
Declaration
public bool IsFolder { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |