Show / Hide Table of Contents

Class PaperDocUpdateArgs

The paper doc update args object

Inheritance
System.Object
RefPaperDoc
PaperDocUpdateArgs
Inherited Members
RefPaperDoc.DocId
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.Paper
Assembly: Dropbox.Api.dll
Syntax
public class PaperDocUpdateArgs : RefPaperDoc

Constructors

| Improve this Doc View Source

PaperDocUpdateArgs(String, PaperDocUpdatePolicy, Int64, ImportFormat)

Initializes a new instance of the PaperDocUpdateArgs class.

Declaration
public PaperDocUpdateArgs(string docId, PaperDocUpdatePolicy docUpdatePolicy, long revision, ImportFormat importFormat)
Parameters
Type Name Description
System.String docId

The Paper doc ID.

PaperDocUpdatePolicy docUpdatePolicy

The policy used for the current update call.

System.Int64 revision

The latest doc revision. This value must match the head revision or an error code will be returned. This is to prevent colliding writes.

ImportFormat importFormat

The format of provided data.

Properties

| Improve this Doc View Source

DocUpdatePolicy

The policy used for the current update call.

Declaration
public PaperDocUpdatePolicy DocUpdatePolicy { get; protected set; }
Property Value
Type Description
PaperDocUpdatePolicy
| Improve this Doc View Source

ImportFormat

The format of provided data.

Declaration
public ImportFormat ImportFormat { get; protected set; }
Property Value
Type Description
ImportFormat
| Improve this Doc View Source

Revision

The latest doc revision. This value must match the head revision or an error code will be returned. This is to prevent colliding writes.

Declaration
public long Revision { get; protected set; }
Property Value
Type Description
System.Int64
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PaperDocUpdateArgs(String, PaperDocUpdatePolicy, Int64, ImportFormat)
  • Properties
    • DocUpdatePolicy
    • ImportFormat
    • Revision
Back to top Generated by DocFX