Class ListDocsCursorError
The list docs cursor error object
Inheritance
System.Object
ListDocsCursorError
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 SourceListDocsCursorError()
Initializes a new instance of the ListDocsCursorError class.
Declaration
public ListDocsCursorError()
Properties
| Improve this Doc View SourceAsCursorError
Gets this instance as a CursorError, or null
.
Declaration
public ListDocsCursorError.CursorError AsCursorError { get; }
Property Value
Type | Description |
---|---|
ListDocsCursorError.CursorError |
AsOther
Gets this instance as a Other, or null
.
Declaration
public ListDocsCursorError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
ListDocsCursorError.Other |
IsCursorError
Gets a value indicating whether this instance is CursorError
Declaration
public bool IsCursorError { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |