Dropbox .NET SDK
Show / Hide Table of Contents

Class ListUsersCursorError

The list users cursor error object

Inheritance
object
ListUsersCursorError
ListUsersCursorError.CursorError
ListUsersCursorError.DocNotFound
ListUsersCursorError.InsufficientPermissions
ListUsersCursorError.Other
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class ListUsersCursorError

Constructors

View Source

ListUsersCursorError()

Initializes a new instance of the ListUsersCursorError class.

Declaration
public ListUsersCursorError()

Properties

View Source

AsCursorError

Gets this instance as a CursorError, or null.

Declaration
public ListUsersCursorError.CursorError AsCursorError { get; }
Property Value
Type Description
ListUsersCursorError.CursorError
View Source

AsDocNotFound

Gets this instance as a DocNotFound, or null.

Declaration
public ListUsersCursorError.DocNotFound AsDocNotFound { get; }
Property Value
Type Description
ListUsersCursorError.DocNotFound
View Source

AsInsufficientPermissions

Gets this instance as a InsufficientPermissions, or null.

Declaration
public ListUsersCursorError.InsufficientPermissions AsInsufficientPermissions { get; }
Property Value
Type Description
ListUsersCursorError.InsufficientPermissions
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public ListUsersCursorError.Other AsOther { get; }
Property Value
Type Description
ListUsersCursorError.Other
View Source

IsCursorError

Gets a value indicating whether this instance is CursorError

Declaration
public bool IsCursorError { get; }
Property Value
Type Description
bool
View Source

IsDocNotFound

Gets a value indicating whether this instance is DocNotFound

Declaration
public bool IsDocNotFound { get; }
Property Value
Type Description
bool
View Source

IsInsufficientPermissions

Gets a value indicating whether this instance is InsufficientPermissions

Declaration
public bool IsInsufficientPermissions { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK