Class PaperDocUpdateArgs
The paper doc update args object
Inherited Members
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 SourcePaperDocUpdateArgs(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 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 |
---|---|
System.Int64 |