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