Dropbox .NET SDK
Show / Hide Table of Contents

Class PaperDocUpdatePolicy.Update

Sets the doc content to the provided content if the provided paper_revision matches the latest doc revision. Otherwise, returns an error.

Inheritance
object
PaperDocUpdatePolicy
PaperDocUpdatePolicy.Update
Inherited Members
PaperDocUpdatePolicy.IsUpdate
PaperDocUpdatePolicy.AsUpdate
PaperDocUpdatePolicy.IsOverwrite
PaperDocUpdatePolicy.AsOverwrite
PaperDocUpdatePolicy.IsPrepend
PaperDocUpdatePolicy.AsPrepend
PaperDocUpdatePolicy.IsAppend
PaperDocUpdatePolicy.AsAppend
PaperDocUpdatePolicy.IsOther
PaperDocUpdatePolicy.AsOther
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 PaperDocUpdatePolicy.Update : PaperDocUpdatePolicy

Fields

View Source

Instance

A singleton instance of Update

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