Show / Hide Table of Contents

Class ListDocsCursorError.CursorError

The cursor error object

Inheritance
System.Object
ListDocsCursorError
ListDocsCursorError.CursorError
Inherited Members
ListDocsCursorError.IsCursorError
ListDocsCursorError.AsCursorError
ListDocsCursorError.IsOther
ListDocsCursorError.AsOther
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 sealed class CursorError : ListDocsCursorError

Constructors

| Improve this Doc View Source

CursorError(PaperApiCursorError)

Initializes a new instance of the ListDocsCursorError.CursorError class.

Declaration
public CursorError(PaperApiCursorError value)
Parameters
Type Name Description
PaperApiCursorError value

The value

Properties

| Improve this Doc View Source

Value

Gets the value of this instance.

Declaration
public PaperApiCursorError Value { get; }
Property Value
Type Description
PaperApiCursorError
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • CursorError(PaperApiCursorError)
  • Properties
    • Value
Back to top Generated by DocFX