Class TemplateError
The template error object
Inheritance
TemplateError
Inherited Members
Namespace: Dropbox.Api.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public class TemplateError
Constructors
View SourceTemplateError()
Initializes a new instance of the TemplateError class.
Declaration
public TemplateError()
Properties
View SourceAsOther
Gets this instance as a Other, or null.
Declaration
public TemplateError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| TemplateError.Other |
AsRestrictedContent
Gets this instance as a RestrictedContent, or null.
Declaration
public TemplateError.RestrictedContent AsRestrictedContent { get; }
Property Value
| Type | Description |
|---|---|
| TemplateError.RestrictedContent |
AsTemplateNotFound
Gets this instance as a TemplateNotFound, or null.
Declaration
public TemplateError.TemplateNotFound AsTemplateNotFound { get; }
Property Value
| Type | Description |
|---|---|
| TemplateError.TemplateNotFound |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsRestrictedContent
Gets a value indicating whether this instance is RestrictedContent
Declaration
public bool IsRestrictedContent { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTemplateNotFound
Gets a value indicating whether this instance is TemplateNotFound
Declaration
public bool IsTemplateNotFound { get; }
Property Value
| Type | Description |
|---|---|
| bool |