Class ListFilesContinueError
Error results for ListReceivedFilesContinueAsync(ListFilesContinueArg).
Inheritance
ListFilesContinueError
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class ListFilesContinueError
Constructors
View SourceListFilesContinueError()
Initializes a new instance of the ListFilesContinueError class.
Declaration
public ListFilesContinueError()
Properties
View SourceAsInvalidCursor
Gets this instance as a InvalidCursor, or null.
Declaration
public ListFilesContinueError.InvalidCursor AsInvalidCursor { get; }
Property Value
| Type | Description |
|---|---|
| ListFilesContinueError.InvalidCursor |
AsOther
Gets this instance as a Other, or null.
Declaration
public ListFilesContinueError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| ListFilesContinueError.Other |
AsUserError
Gets this instance as a UserError, or null.
Declaration
public ListFilesContinueError.UserError AsUserError { get; }
Property Value
| Type | Description |
|---|---|
| ListFilesContinueError.UserError |
IsInvalidCursor
Gets a value indicating whether this instance is InvalidCursor
Declaration
public bool IsInvalidCursor { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUserError
Gets a value indicating whether this instance is UserError
Declaration
public bool IsUserError { get; }
Property Value
| Type | Description |
|---|---|
| bool |