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