Class WriteConflictError
The write conflict error object
Inheritance
System.Object
WriteConflictError
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 WriteConflictError
Constructors
| Improve this Doc View SourceWriteConflictError()
Initializes a new instance of the WriteConflictError class.
Declaration
public WriteConflictError()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsFileAncestor
Gets a value indicating whether this instance is FileAncestor
Declaration
public bool IsFileAncestor { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsFolder
Gets a value indicating whether this instance is Folder
Declaration
public bool IsFolder { 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 |