Dropbox .NET SDK
Show / Hide Table of Contents

Class PaperApiCursorError

The paper api cursor error object

Inheritance
object
PaperApiCursorError
PaperApiCursorError.ExpiredCursor
PaperApiCursorError.InvalidCursor
PaperApiCursorError.Other
PaperApiCursorError.Reset
PaperApiCursorError.WrongUserInCursor
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 PaperApiCursorError

Constructors

View Source

PaperApiCursorError()

Initializes a new instance of the PaperApiCursorError class.

Declaration
public PaperApiCursorError()

Properties

View Source

AsExpiredCursor

Gets this instance as a ExpiredCursor, or null.

Declaration
public PaperApiCursorError.ExpiredCursor AsExpiredCursor { get; }
Property Value
Type Description
PaperApiCursorError.ExpiredCursor
View Source

AsInvalidCursor

Gets this instance as a InvalidCursor, or null.

Declaration
public PaperApiCursorError.InvalidCursor AsInvalidCursor { get; }
Property Value
Type Description
PaperApiCursorError.InvalidCursor
View Source

AsOther

Gets this instance as a Other, or null.

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

AsReset

Gets this instance as a Reset, or null.

Declaration
public PaperApiCursorError.Reset AsReset { get; }
Property Value
Type Description
PaperApiCursorError.Reset
View Source

AsWrongUserInCursor

Gets this instance as a WrongUserInCursor, or null.

Declaration
public PaperApiCursorError.WrongUserInCursor AsWrongUserInCursor { get; }
Property Value
Type Description
PaperApiCursorError.WrongUserInCursor
View Source

IsExpiredCursor

Gets a value indicating whether this instance is ExpiredCursor

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

IsInvalidCursor

Gets a value indicating whether this instance is InvalidCursor

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

IsReset

Gets a value indicating whether this instance is Reset

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

IsWrongUserInCursor

Gets a value indicating whether this instance is WrongUserInCursor

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