Show / Hide Table of Contents

Class ListRevisionsArg

The list revisions arg object

Inheritance
System.Object
ListRevisionsArg
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 ListRevisionsArg

Constructors

| Improve this Doc View Source

ListRevisionsArg(String, ListRevisionsMode, UInt64)

Initializes a new instance of the ListRevisionsArg class.

Declaration
public ListRevisionsArg(string path, ListRevisionsMode mode = null, ulong limit = 10UL)
Parameters
Type Name Description
System.String path

The path to the file you want to see the revisions of.

ListRevisionsMode mode

Determines the behavior of the API in listing the revisions for a given file path or id.

System.UInt64 limit

The maximum number of revision entries returned.

Properties

| Improve this Doc View Source

Limit

The maximum number of revision entries returned.

Declaration
public ulong Limit { get; protected set; }
Property Value
Type Description
System.UInt64
| Improve this Doc View Source

Mode

Determines the behavior of the API in listing the revisions for a given file path or id.

Declaration
public ListRevisionsMode Mode { get; protected set; }
Property Value
Type Description
ListRevisionsMode
| Improve this Doc View Source

Path

The path to the file you want to see the revisions of.

Declaration
public string Path { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • ListRevisionsArg(String, ListRevisionsMode, UInt64)
  • Properties
    • Limit
    • Mode
    • Path
Back to top Generated by DocFX