Show / Hide Table of Contents

Class PaperApiCursorError

The paper api cursor error object

Inheritance
System.Object
PaperApiCursorError
PaperApiCursorError.ExpiredCursor
PaperApiCursorError.InvalidCursor
PaperApiCursorError.Other
PaperApiCursorError.Reset
PaperApiCursorError.WrongUserInCursor
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class PaperApiCursorError

Constructors

| Improve this Doc View Source

PaperApiCursorError()

Initializes a new instance of the PaperApiCursorError class.

Declaration
public PaperApiCursorError()

Properties

| Improve this Doc View Source

AsExpiredCursor

Gets this instance as a ExpiredCursor, or null.

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

AsInvalidCursor

Gets this instance as a InvalidCursor, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsReset

Gets this instance as a Reset, or null.

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

AsWrongUserInCursor

Gets this instance as a WrongUserInCursor, or null.

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

IsExpiredCursor

Gets a value indicating whether this instance is ExpiredCursor

Declaration
public bool IsExpiredCursor { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsInvalidCursor

Gets a value indicating whether this instance is InvalidCursor

Declaration
public bool IsInvalidCursor { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsReset

Gets a value indicating whether this instance is Reset

Declaration
public bool IsReset { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsWrongUserInCursor

Gets a value indicating whether this instance is WrongUserInCursor

Declaration
public bool IsWrongUserInCursor { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PaperApiCursorError()
  • Properties
    • AsExpiredCursor
    • AsInvalidCursor
    • AsOther
    • AsReset
    • AsWrongUserInCursor
    • IsExpiredCursor
    • IsInvalidCursor
    • IsOther
    • IsReset
    • IsWrongUserInCursor
Back to top Generated by DocFX