Class ListFilesContinueError
Error results for ListReceivedFilesContinueAsync(ListFilesContinueArg).
Inheritance
System.Object
ListFilesContinueError
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.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class ListFilesContinueError
Constructors
| Improve this Doc View SourceListFilesContinueError()
Initializes a new instance of the ListFilesContinueError class.
Declaration
public ListFilesContinueError()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUserError
Gets a value indicating whether this instance is UserError
Declaration
public bool IsUserError { get; }
Property Value
Type | Description |
---|---|
System.Boolean |