Class ListRevisionsMode
The list revisions mode object
Inheritance
ListRevisionsMode
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class ListRevisionsMode
Constructors
View SourceListRevisionsMode()
Initializes a new instance of the ListRevisionsMode class.
Declaration
public ListRevisionsMode()
Properties
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 |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsPath
Gets a value indicating whether this instance is Path
Declaration
public bool IsPath { get; }
Property Value
| Type | Description |
|---|---|
| bool |