Dropbox .NET SDK
Show / Hide Table of Contents

Class WriteMode.Overwrite

Always overwrite the existing file. The autorename strategy is the same as it is for WriteMode.Add.

Inheritance
object
WriteMode
WriteMode.Overwrite
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.Overwrite : WriteMode

Fields

View Source

Instance

A singleton instance of Overwrite

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