Show / Hide Table of Contents

Class TemplateError

The template error object

Inheritance
System.Object
TemplateError
TemplateError.Other
TemplateError.RestrictedContent
TemplateError.TemplateNotFound
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public class TemplateError

Constructors

| Improve this Doc View Source

TemplateError()

Initializes a new instance of the TemplateError class.

Declaration
public TemplateError()

Properties

| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public TemplateError.Other AsOther { get; }
Property Value
Type Description
TemplateError.Other
| Improve this Doc View Source

AsRestrictedContent

Gets this instance as a RestrictedContent, or null.

Declaration
public TemplateError.RestrictedContent AsRestrictedContent { get; }
Property Value
Type Description
TemplateError.RestrictedContent
| Improve this Doc View Source

AsTemplateNotFound

Gets this instance as a TemplateNotFound, or null.

Declaration
public TemplateError.TemplateNotFound AsTemplateNotFound { get; }
Property Value
Type Description
TemplateError.TemplateNotFound
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsRestrictedContent

Gets a value indicating whether this instance is RestrictedContent

Declaration
public bool IsRestrictedContent { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsTemplateNotFound

Gets a value indicating whether this instance is TemplateNotFound

Declaration
public bool IsTemplateNotFound { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • TemplateError()
  • Properties
    • AsOther
    • AsRestrictedContent
    • AsTemplateNotFound
    • IsOther
    • IsRestrictedContent
    • IsTemplateNotFound
Back to top Generated by DocFX