Show / Hide Table of Contents

Class ListDocsCursorError

The list docs cursor error object

Inheritance
System.Object
ListDocsCursorError
ListDocsCursorError.CursorError
ListDocsCursorError.Other
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 ListDocsCursorError

Constructors

| Improve this Doc View Source

ListDocsCursorError()

Initializes a new instance of the ListDocsCursorError class.

Declaration
public ListDocsCursorError()

Properties

| Improve this Doc View Source

AsCursorError

Gets this instance as a CursorError, or null.

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

AsOther

Gets this instance as a Other, or null.

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

IsCursorError

Gets a value indicating whether this instance is CursorError

Declaration
public bool IsCursorError { 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
In This Article
  • Constructors
    • ListDocsCursorError()
  • Properties
    • AsCursorError
    • AsOther
    • IsCursorError
    • IsOther
Back to top Generated by DocFX