Class PaperUpdateResult
The paper update result object
Inheritance
System.Object
PaperUpdateResult
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.Files
Assembly: Dropbox.Api.dll
Syntax
public class PaperUpdateResult
Constructors
| Improve this Doc View SourcePaperUpdateResult(Int64)
Initializes a new instance of the PaperUpdateResult class.
Declaration
public PaperUpdateResult(long paperRevision)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | paperRevision | The current doc revision. |
Properties
| Improve this Doc View SourcePaperRevision
The current doc revision.
Declaration
public long PaperRevision { get; protected set; }
Property Value
Type | Description |
---|---|
System.Int64 |