Show / Hide Table of Contents

Class ListFilesContinueError

Error results for ListReceivedFilesContinueAsync(ListFilesContinueArg).

Inheritance
System.Object
ListFilesContinueError
ListFilesContinueError.InvalidCursor
ListFilesContinueError.Other
ListFilesContinueError.UserError
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 Source

ListFilesContinueError()

Initializes a new instance of the ListFilesContinueError class.

Declaration
public ListFilesContinueError()

Properties

| Improve this Doc View Source

AsInvalidCursor

Gets this instance as a InvalidCursor, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsUserError

Gets this instance as a UserError, or null.

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

IsInvalidCursor

Gets a value indicating whether this instance is InvalidCursor

Declaration
public bool IsInvalidCursor { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsUserError

Gets a value indicating whether this instance is UserError

Declaration
public bool IsUserError { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • ListFilesContinueError()
  • Properties
    • AsInvalidCursor
    • AsOther
    • AsUserError
    • IsInvalidCursor
    • IsOther
    • IsUserError
Back to top Generated by DocFX