Class PaperDocUpdateArgs
The paper doc update args object
Inherited Members
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class PaperDocUpdateArgs : RefPaperDoc
Constructors
View SourcePaperDocUpdateArgs(string, PaperDocUpdatePolicy, long, ImportFormat)
Initializes a new instance of the PaperDocUpdateArgs class.
Declaration
public PaperDocUpdateArgs(string docId, PaperDocUpdatePolicy docUpdatePolicy, long revision, ImportFormat importFormat)
Parameters
| Type | Name | Description |
|---|---|---|
| string | docId | The Paper doc ID. |
| PaperDocUpdatePolicy | docUpdatePolicy | The policy used for the current update call. |
| long | 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
View SourceDocUpdatePolicy
The policy used for the current update call.
Declaration
public PaperDocUpdatePolicy DocUpdatePolicy { get; protected set; }
Property Value
| Type | Description |
|---|---|
| PaperDocUpdatePolicy |
ImportFormat
The format of provided data.
Declaration
public ImportFormat ImportFormat { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ImportFormat |
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 |
|---|---|
| long |