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
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 sealed class Add : WriteMode
Fields
| Improve this Doc View SourceInstance
A singleton instance of Add
Declaration
public static readonly WriteMode.Add Instance
Field Value
Type | Description |
---|---|
WriteMode.Add |