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".
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public sealed class WriteMode.Add : WriteMode
Fields
View SourceInstance
A singleton instance of Add
Declaration
public static readonly WriteMode.Add Instance
Field Value
| Type | Description |
|---|---|
| WriteMode.Add |