Show / Hide Table of Contents

Class WriteMode.Update

Overwrite if the given "rev" matches the existing file's "rev". The supplied value should be the latest known "rev" of the file, for example, from FileMetadata, from when the file was last downloaded by the app. This will cause the file on the Dropbox servers to be overwritten if the given "rev" matches the existing file's current "rev" on the Dropbox servers. The autorename strategy is to append the string "conflicted copy" to the file name. For example, "document.txt" might become "document (conflicted copy).txt" or "document (Panda's conflicted copy).txt".

Inheritance
System.Object
WriteMode
WriteMode.Update
Inherited Members
WriteMode.IsAdd
WriteMode.AsAdd
WriteMode.IsOverwrite
WriteMode.AsOverwrite
WriteMode.IsUpdate
WriteMode.AsUpdate
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 Update : WriteMode

Constructors

| Improve this Doc View Source

Update(String)

Initializes a new instance of the WriteMode.Update class.

Declaration
public Update(string value)
Parameters
Type Name Description
System.String value

The value

Properties

| Improve this Doc View Source

Value

Gets the value of this instance.

Declaration
public string Value { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • Update(String)
  • Properties
    • Value
Back to top Generated by DocFX