Dropbox .NET SDK
Show / Hide Table of Contents

Class ListFolderError

The list folder error object

Inheritance
object
ListFolderError
ListFolderError.Other
ListFolderError.Path
ListFolderError.TemplateError
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class ListFolderError

Constructors

View Source

ListFolderError()

Initializes a new instance of the ListFolderError class.

Declaration
public ListFolderError()

Properties

View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public ListFolderError.Other AsOther { get; }
Property Value
Type Description
ListFolderError.Other
View Source

AsPath

Gets this instance as a Path, or null.

Declaration
public ListFolderError.Path AsPath { get; }
Property Value
Type Description
ListFolderError.Path
View Source

AsTemplateError

Gets this instance as a TemplateError, or null.

Declaration
public ListFolderError.TemplateError AsTemplateError { get; }
Property Value
Type Description
ListFolderError.TemplateError
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsPath

Gets a value indicating whether this instance is Path

Declaration
public bool IsPath { get; }
Property Value
Type Description
bool
View Source

IsTemplateError

Gets a value indicating whether this instance is TemplateError

Declaration
public bool IsTemplateError { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK