Class ListDocsCursorError.CursorError
The cursor error object
Inherited Members
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public sealed class ListDocsCursorError.CursorError : ListDocsCursorError
Constructors
View SourceCursorError(PaperApiCursorError)
Initializes a new instance of the ListDocsCursorError.CursorError class.
Declaration
public CursorError(PaperApiCursorError value)
Parameters
| Type | Name | Description |
|---|---|---|
| PaperApiCursorError | value | The value |
Properties
View SourceValue
Gets the value of this instance.
Declaration
public PaperApiCursorError Value { get; }
Property Value
| Type | Description |
|---|---|
| PaperApiCursorError |