Dropbox .NET SDK
Show / Hide Table of Contents

Class ListRevisionsError

The list revisions error object

Inheritance
object
ListRevisionsError
ListRevisionsError.BeforeRevNotSupported
ListRevisionsError.InvalidBeforeRev
ListRevisionsError.Other
ListRevisionsError.Path
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class ListRevisionsError

Constructors

View Source

ListRevisionsError()

Initializes a new instance of the ListRevisionsError class.

Declaration
public ListRevisionsError()

Properties

View Source

AsBeforeRevNotSupported

Gets this instance as a BeforeRevNotSupported, or null.

Declaration
public ListRevisionsError.BeforeRevNotSupported AsBeforeRevNotSupported { get; }
Property Value
Type Description
ListRevisionsError.BeforeRevNotSupported
View Source

AsInvalidBeforeRev

Gets this instance as a InvalidBeforeRev, or null.

Declaration
public ListRevisionsError.InvalidBeforeRev AsInvalidBeforeRev { get; }
Property Value
Type Description
ListRevisionsError.InvalidBeforeRev
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public ListRevisionsError.Other AsOther { get; }
Property Value
Type Description
ListRevisionsError.Other
View Source

AsPath

Gets this instance as a Path, or null.

Declaration
public ListRevisionsError.Path AsPath { get; }
Property Value
Type Description
ListRevisionsError.Path
View Source

IsBeforeRevNotSupported

Gets a value indicating whether this instance is BeforeRevNotSupported

Declaration
public bool IsBeforeRevNotSupported { get; }
Property Value
Type Description
bool
View Source

IsInvalidBeforeRev

Gets a value indicating whether this instance is InvalidBeforeRev

Declaration
public bool IsInvalidBeforeRev { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsPath

Gets a value indicating whether this instance is Path

Declaration
public bool IsPath { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK