Show / Hide Table of Contents

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 Source

PaperUpdateResult(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 Source

PaperRevision

The current doc revision.

Declaration
public long PaperRevision { get; protected set; }
Property Value
Type Description
System.Int64
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PaperUpdateResult(Int64)
  • Properties
    • PaperRevision
Back to top Generated by DocFX