Class PaperApiCursorError
The paper api cursor error object
Inheritance
PaperApiCursorError
Inherited Members
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class PaperApiCursorError
Constructors
View SourcePaperApiCursorError()
Initializes a new instance of the PaperApiCursorError class.
Declaration
public PaperApiCursorError()
Properties
View SourceAsExpiredCursor
Gets this instance as a ExpiredCursor, or null.
Declaration
public PaperApiCursorError.ExpiredCursor AsExpiredCursor { get; }
Property Value
| Type | Description |
|---|---|
| PaperApiCursorError.ExpiredCursor |
AsInvalidCursor
Gets this instance as a InvalidCursor, or null.
Declaration
public PaperApiCursorError.InvalidCursor AsInvalidCursor { get; }
Property Value
| Type | Description |
|---|---|
| PaperApiCursorError.InvalidCursor |
AsOther
Gets this instance as a Other, or null.
Declaration
public PaperApiCursorError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| PaperApiCursorError.Other |
AsReset
Gets this instance as a Reset, or null.
Declaration
public PaperApiCursorError.Reset AsReset { get; }
Property Value
| Type | Description |
|---|---|
| PaperApiCursorError.Reset |
AsWrongUserInCursor
Gets this instance as a WrongUserInCursor, or null.
Declaration
public PaperApiCursorError.WrongUserInCursor AsWrongUserInCursor { get; }
Property Value
| Type | Description |
|---|---|
| PaperApiCursorError.WrongUserInCursor |
IsExpiredCursor
Gets a value indicating whether this instance is ExpiredCursor
Declaration
public bool IsExpiredCursor { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsInvalidCursor
Gets a value indicating whether this instance is InvalidCursor
Declaration
public bool IsInvalidCursor { 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 |
IsReset
Gets a value indicating whether this instance is Reset
Declaration
public bool IsReset { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsWrongUserInCursor
Gets a value indicating whether this instance is WrongUserInCursor
Declaration
public bool IsWrongUserInCursor { get; }
Property Value
| Type | Description |
|---|---|
| bool |