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 SourceListRevisionsArg(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 SourceLimit
The maximum number of revision entries returned.
Declaration
public ulong Limit { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| System.UInt64 | 
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 | 
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 |