Dropbox .NET SDK
Show / Hide Table of Contents

Class WriteMode.Add

Do not overwrite an existing file if there is a conflict. The autorename strategy is to append a number to the file name. For example, "document.txt" might become "document (2).txt".

Inheritance
object
WriteMode
WriteMode.Add
Inherited Members
WriteMode.IsAdd
WriteMode.AsAdd
WriteMode.IsOverwrite
WriteMode.AsOverwrite
WriteMode.IsUpdate
WriteMode.AsUpdate
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public sealed class WriteMode.Add : WriteMode

Fields

View Source

Instance

A singleton instance of Add

Declaration
public static readonly WriteMode.Add Instance
Field Value
Type Description
WriteMode.Add
  • View Source
In this article
Back to top Dropbox .NET SDK