Dropbox .NET SDK
Show / Hide Table of Contents

Class ListFolderError.TemplateError

The template error object

Inheritance
object
ListFolderError
ListFolderError.TemplateError
Inherited Members
ListFolderError.IsPath
ListFolderError.AsPath
ListFolderError.IsTemplateError
ListFolderError.AsTemplateError
ListFolderError.IsOther
ListFolderError.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public sealed class ListFolderError.TemplateError : ListFolderError

Constructors

View Source

TemplateError(TemplateError)

Initializes a new instance of the ListFolderError.TemplateError class.

Declaration
public TemplateError(TemplateError value)
Parameters
Type Name Description
TemplateError value

The value

Properties

View Source

Value

Gets the value of this instance.

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