Class ListDocsCursorError
The list docs cursor error object
Inherited Members
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class ListDocsCursorError
Constructors
View SourceListDocsCursorError()
Initializes a new instance of the ListDocsCursorError class.
Declaration
public ListDocsCursorError()
Properties
View SourceAsCursorError
Gets this instance as a CursorError, or null.
Declaration
public ListDocsCursorError.CursorError AsCursorError { get; }
Property Value
| Type | Description |
|---|---|
| ListDocsCursorError.CursorError |
AsOther
Gets this instance as a Other, or null.
Declaration
public ListDocsCursorError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| ListDocsCursorError.Other |
IsCursorError
Gets a value indicating whether this instance is CursorError
Declaration
public bool IsCursorError { 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 |