Dropbox .NET SDK
Show / Hide Table of Contents

Class PaperUpdateResult

The paper update result object

Inheritance
object
PaperUpdateResult
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class PaperUpdateResult

Constructors

View Source

PaperUpdateResult(long)

Initializes a new instance of the PaperUpdateResult class.

Declaration
public PaperUpdateResult(long paperRevision)
Parameters
Type Name Description
long paperRevision

The current doc revision.

Properties

View Source

PaperRevision

The current doc revision.

Declaration
public long PaperRevision { get; protected set; }
Property Value
Type Description
long
  • View Source
In this article
Back to top Dropbox .NET SDK