• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class WriteConflictError

The write conflict error object

Inheritance
System.Object
WriteConflictError
WriteConflictError.File
WriteConflictError.FileAncestor
WriteConflictError.Folder
WriteConflictError.Other
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 Source

WriteConflictError()

Initializes a new instance of the WriteConflictError class.

Declaration
public WriteConflictError()

Properties

| Improve this Doc View Source

AsFile

Gets this instance as a File, or null.

Declaration
public WriteConflictError.File AsFile { get; }
Property Value
Type Description
WriteConflictError.File
| Improve this Doc View Source

AsFileAncestor

Gets this instance as a FileAncestor, or null.

Declaration
public WriteConflictError.FileAncestor AsFileAncestor { get; }
Property Value
Type Description
WriteConflictError.FileAncestor
| Improve this Doc View Source

AsFolder

Gets this instance as a Folder, or null.

Declaration
public WriteConflictError.Folder AsFolder { get; }
Property Value
Type Description
WriteConflictError.Folder
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public WriteConflictError.Other AsOther { get; }
Property Value
Type Description
WriteConflictError.Other
| Improve this Doc View Source

IsFile

Gets a value indicating whether this instance is File

Declaration
public bool IsFile { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsFileAncestor

Gets a value indicating whether this instance is FileAncestor

Declaration
public bool IsFileAncestor { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsFolder

Gets a value indicating whether this instance is Folder

Declaration
public bool IsFolder { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • WriteConflictError()
  • Properties
    • AsFile
    • AsFileAncestor
    • AsFolder
    • AsOther
    • IsFile
    • IsFileAncestor
    • IsFolder
    • IsOther
Back to top Generated by DocFX