Show / Hide Table of Contents

Class ListFileRequestsContinueError

There was an error retrieving the file requests.

Inheritance
System.Object
ListFileRequestsContinueError
ListFileRequestsContinueError.DisabledForTeam
ListFileRequestsContinueError.InvalidCursor
ListFileRequestsContinueError.Other
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.FileRequests
Assembly: Dropbox.Api.dll
Syntax
public class ListFileRequestsContinueError

Constructors

| Improve this Doc View Source

ListFileRequestsContinueError()

Initializes a new instance of the ListFileRequestsContinueError class.

Declaration
public ListFileRequestsContinueError()

Properties

| Improve this Doc View Source

AsDisabledForTeam

Gets this instance as a DisabledForTeam, or null.

Declaration
public ListFileRequestsContinueError.DisabledForTeam AsDisabledForTeam { get; }
Property Value
Type Description
ListFileRequestsContinueError.DisabledForTeam
| Improve this Doc View Source

AsInvalidCursor

Gets this instance as a InvalidCursor, or null.

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

AsOther

Gets this instance as a Other, or null.

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

IsDisabledForTeam

Gets a value indicating whether this instance is DisabledForTeam

Declaration
public bool IsDisabledForTeam { get; }
Property Value
Type Description
System.Boolean
| 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
In This Article
  • Constructors
    • ListFileRequestsContinueError()
  • Properties
    • AsDisabledForTeam
    • AsInvalidCursor
    • AsOther
    • IsDisabledForTeam
    • IsInvalidCursor
    • IsOther
Back to top Generated by DocFX