Dropbox .NET SDK
Show / Hide Table of Contents

Class ListFilesContinueError

Error results for ListReceivedFilesContinueAsync(ListFilesContinueArg).

Inheritance
object
ListFilesContinueError
ListFilesContinueError.InvalidCursor
ListFilesContinueError.Other
ListFilesContinueError.UserError
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class ListFilesContinueError

Constructors

View Source

ListFilesContinueError()

Initializes a new instance of the ListFilesContinueError class.

Declaration
public ListFilesContinueError()

Properties

View Source

AsInvalidCursor

Gets this instance as a InvalidCursor, or null.

Declaration
public ListFilesContinueError.InvalidCursor AsInvalidCursor { get; }
Property Value
Type Description
ListFilesContinueError.InvalidCursor
View Source

AsOther

Gets this instance as a Other, or null.

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

AsUserError

Gets this instance as a UserError, or null.

Declaration
public ListFilesContinueError.UserError AsUserError { get; }
Property Value
Type Description
ListFilesContinueError.UserError
View Source

IsInvalidCursor

Gets a value indicating whether this instance is InvalidCursor

Declaration
public bool IsInvalidCursor { 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

IsUserError

Gets a value indicating whether this instance is UserError

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