Class ListFolderError
The list folder error object
Inheritance
ListFolderError
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class ListFolderError
Constructors
View SourceListFolderError()
Initializes a new instance of the ListFolderError class.
Declaration
public ListFolderError()
Properties
View SourceAsOther
Gets this instance as a Other, or null.
Declaration
public ListFolderError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| ListFolderError.Other |
AsPath
Gets this instance as a Path, or null.
Declaration
public ListFolderError.Path AsPath { get; }
Property Value
| Type | Description |
|---|---|
| ListFolderError.Path |
AsTemplateError
Gets this instance as a TemplateError, or null.
Declaration
public ListFolderError.TemplateError AsTemplateError { get; }
Property Value
| Type | Description |
|---|---|
| ListFolderError.TemplateError |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsPath
Gets a value indicating whether this instance is Path
Declaration
public bool IsPath { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTemplateError
Gets a value indicating whether this instance is TemplateError
Declaration
public bool IsTemplateError { get; }
Property Value
| Type | Description |
|---|---|
| bool |