Dropbox .NET SDK
Show / Hide Table of Contents

Class ListDocsCursorError

The list docs cursor error object

Inheritance
object
ListDocsCursorError
ListDocsCursorError.CursorError
ListDocsCursorError.Other
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class ListDocsCursorError

Constructors

View Source

ListDocsCursorError()

Initializes a new instance of the ListDocsCursorError class.

Declaration
public ListDocsCursorError()

Properties

View Source

AsCursorError

Gets this instance as a CursorError, or null.

Declaration
public ListDocsCursorError.CursorError AsCursorError { get; }
Property Value
Type Description
ListDocsCursorError.CursorError
View Source

AsOther

Gets this instance as a Other, or null.

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

IsCursorError

Gets a value indicating whether this instance is CursorError

Declaration
public bool IsCursorError { 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
In this article
Back to top Dropbox .NET SDK