• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class ModifyTemplateError

The modify template error object

Inheritance
System.Object
ModifyTemplateError
ModifyTemplateError.ConflictingPropertyNames
ModifyTemplateError.Other
ModifyTemplateError.RestrictedContent
ModifyTemplateError.TemplateAttributeTooLarge
ModifyTemplateError.TemplateNotFound
ModifyTemplateError.TooManyProperties
ModifyTemplateError.TooManyTemplates
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 ModifyTemplateError

Constructors

| Improve this Doc View Source

ModifyTemplateError()

Initializes a new instance of the ModifyTemplateError class.

Declaration
public ModifyTemplateError()

Properties

| Improve this Doc View Source

AsConflictingPropertyNames

Gets this instance as a ConflictingPropertyNames, or null.

Declaration
public ModifyTemplateError.ConflictingPropertyNames AsConflictingPropertyNames { get; }
Property Value
Type Description
ModifyTemplateError.ConflictingPropertyNames
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsRestrictedContent

Gets this instance as a RestrictedContent, or null.

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

AsTemplateAttributeTooLarge

Gets this instance as a TemplateAttributeTooLarge, or null.

Declaration
public ModifyTemplateError.TemplateAttributeTooLarge AsTemplateAttributeTooLarge { get; }
Property Value
Type Description
ModifyTemplateError.TemplateAttributeTooLarge
| Improve this Doc View Source

AsTemplateNotFound

Gets this instance as a TemplateNotFound, or null.

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

AsTooManyProperties

Gets this instance as a TooManyProperties, or null.

Declaration
public ModifyTemplateError.TooManyProperties AsTooManyProperties { get; }
Property Value
Type Description
ModifyTemplateError.TooManyProperties
| Improve this Doc View Source

AsTooManyTemplates

Gets this instance as a TooManyTemplates, or null.

Declaration
public ModifyTemplateError.TooManyTemplates AsTooManyTemplates { get; }
Property Value
Type Description
ModifyTemplateError.TooManyTemplates
| Improve this Doc View Source

IsConflictingPropertyNames

Gets a value indicating whether this instance is ConflictingPropertyNames

Declaration
public bool IsConflictingPropertyNames { get; }
Property Value
Type Description
System.Boolean
| 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

IsTemplateAttributeTooLarge

Gets a value indicating whether this instance is TemplateAttributeTooLarge

Declaration
public bool IsTemplateAttributeTooLarge { 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

IsTooManyProperties

Gets a value indicating whether this instance is TooManyProperties

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

IsTooManyTemplates

Gets a value indicating whether this instance is TooManyTemplates

Declaration
public bool IsTooManyTemplates { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • ModifyTemplateError()
  • Properties
    • AsConflictingPropertyNames
    • AsOther
    • AsRestrictedContent
    • AsTemplateAttributeTooLarge
    • AsTemplateNotFound
    • AsTooManyProperties
    • AsTooManyTemplates
    • IsConflictingPropertyNames
    • IsOther
    • IsRestrictedContent
    • IsTemplateAttributeTooLarge
    • IsTemplateNotFound
    • IsTooManyProperties
    • IsTooManyTemplates
Back to top Generated by DocFX