Class ListRevisionsMode
The list revisions mode object
Inheritance
System.Object
    ListRevisionsMode
      
      
      
  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 ListRevisionsMode
  Constructors
| Improve this Doc View SourceListRevisionsMode()
Initializes a new instance of the ListRevisionsMode class.
Declaration
public ListRevisionsMode()
  Properties
| Improve this Doc View SourceAsId
Gets this instance as a Id, or null.
Declaration
public ListRevisionsMode.Id AsId { get; }
  Property Value
| Type | Description | 
|---|---|
| ListRevisionsMode.Id | 
AsOther
Gets this instance as a Other, or null.
Declaration
public ListRevisionsMode.Other AsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| ListRevisionsMode.Other | 
AsPath
Gets this instance as a Path, or null.
Declaration
public ListRevisionsMode.Path AsPath { get; }
  Property Value
| Type | Description | 
|---|---|
| ListRevisionsMode.Path | 
IsId
Gets a value indicating whether this instance is Id
Declaration
public bool IsId { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsPath
Gets a value indicating whether this instance is Path
Declaration
public bool IsPath { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |