Show / Hide Table of Contents

Class ListUsersCursorError.CursorError

The cursor error object

Inheritance
System.Object
ListUsersCursorError
ListUsersCursorError.CursorError
Inherited Members
ListUsersCursorError.IsDocNotFound
ListUsersCursorError.AsDocNotFound
ListUsersCursorError.IsCursorError
ListUsersCursorError.AsCursorError
ListUsersCursorError.IsInsufficientPermissions
ListUsersCursorError.AsInsufficientPermissions
ListUsersCursorError.IsOther
ListUsersCursorError.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 : ListUsersCursorError

Constructors

| Improve this Doc View Source

CursorError(PaperApiCursorError)

Initializes a new instance of the ListUsersCursorError.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