Class ListRevisionsError
The list revisions error object
Inheritance
ListRevisionsError
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class ListRevisionsError
Constructors
View SourceListRevisionsError()
Initializes a new instance of the ListRevisionsError class.
Declaration
public ListRevisionsError()
Properties
View SourceAsBeforeRevNotSupported
Gets this instance as a BeforeRevNotSupported, or null.
Declaration
public ListRevisionsError.BeforeRevNotSupported AsBeforeRevNotSupported { get; }
Property Value
| Type | Description |
|---|---|
| ListRevisionsError.BeforeRevNotSupported |
AsInvalidBeforeRev
Gets this instance as a InvalidBeforeRev, or null.
Declaration
public ListRevisionsError.InvalidBeforeRev AsInvalidBeforeRev { get; }
Property Value
| Type | Description |
|---|---|
| ListRevisionsError.InvalidBeforeRev |
AsOther
Gets this instance as a Other, or null.
Declaration
public ListRevisionsError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| ListRevisionsError.Other |
AsPath
Gets this instance as a Path, or null.
Declaration
public ListRevisionsError.Path AsPath { get; }
Property Value
| Type | Description |
|---|---|
| ListRevisionsError.Path |
IsBeforeRevNotSupported
Gets a value indicating whether this instance is BeforeRevNotSupported
Declaration
public bool IsBeforeRevNotSupported { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsInvalidBeforeRev
Gets a value indicating whether this instance is InvalidBeforeRev
Declaration
public bool IsInvalidBeforeRev { 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 |