Dropbox .NET SDK
Show / Hide Table of Contents

Class ListRevisionsMode

The list revisions mode object

Inheritance
object
ListRevisionsMode
ListRevisionsMode.Id
ListRevisionsMode.Other
ListRevisionsMode.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 ListRevisionsMode

Constructors

View Source

ListRevisionsMode()

Initializes a new instance of the ListRevisionsMode class.

Declaration
public ListRevisionsMode()

Properties

View Source

AsId

Gets this instance as a Id, or null.

Declaration
public ListRevisionsMode.Id AsId { get; }
Property Value
Type Description
ListRevisionsMode.Id
View Source

AsOther

Gets this instance as a Other, or null.

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

AsPath

Gets this instance as a Path, or null.

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

IsId

Gets a value indicating whether this instance is Id

Declaration
public bool IsId { 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