Class ListFileRequestsContinueError
There was an error retrieving the file requests.
Inheritance
ListFileRequestsContinueError
Inherited Members
Namespace: Dropbox.Api.FileRequests
Assembly: Dropbox.Api.dll
Syntax
public class ListFileRequestsContinueError
Constructors
View SourceListFileRequestsContinueError()
Initializes a new instance of the ListFileRequestsContinueError class.
Declaration
public ListFileRequestsContinueError()
Properties
View SourceAsDisabledForTeam
Gets this instance as a DisabledForTeam, or null.
Declaration
public ListFileRequestsContinueError.DisabledForTeam AsDisabledForTeam { get; }
Property Value
| Type | Description |
|---|---|
| ListFileRequestsContinueError.DisabledForTeam |
AsInvalidCursor
Gets this instance as a InvalidCursor, or null.
Declaration
public ListFileRequestsContinueError.InvalidCursor AsInvalidCursor { get; }
Property Value
| Type | Description |
|---|---|
| ListFileRequestsContinueError.InvalidCursor |
AsOther
Gets this instance as a Other, or null.
Declaration
public ListFileRequestsContinueError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| ListFileRequestsContinueError.Other |
IsDisabledForTeam
Gets a value indicating whether this instance is DisabledForTeam
Declaration
public bool IsDisabledForTeam { get; }
Property Value
| Type | Description |
|---|---|
| bool |
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 |