Class ModifyTemplateError
The modify template error object
Inheritance
Inherited Members
Namespace: Dropbox.Api.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public class ModifyTemplateError
Constructors
| Improve this Doc View SourceModifyTemplateError()
Initializes a new instance of the ModifyTemplateError class.
Declaration
public ModifyTemplateError()
Properties
| Improve this Doc View SourceAsConflictingPropertyNames
Gets this instance as a ConflictingPropertyNames, or null
.
Declaration
public ModifyTemplateError.ConflictingPropertyNames AsConflictingPropertyNames { get; }
Property Value
Type | Description |
---|---|
ModifyTemplateError.ConflictingPropertyNames |
AsOther
Gets this instance as a Other, or null
.
Declaration
public ModifyTemplateError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
ModifyTemplateError.Other |
AsRestrictedContent
Gets this instance as a RestrictedContent, or null
.
Declaration
public ModifyTemplateError.RestrictedContent AsRestrictedContent { get; }
Property Value
Type | Description |
---|---|
ModifyTemplateError.RestrictedContent |
AsTemplateAttributeTooLarge
Gets this instance as a TemplateAttributeTooLarge, or null
.
Declaration
public ModifyTemplateError.TemplateAttributeTooLarge AsTemplateAttributeTooLarge { get; }
Property Value
Type | Description |
---|---|
ModifyTemplateError.TemplateAttributeTooLarge |
AsTemplateNotFound
Gets this instance as a TemplateNotFound, or null
.
Declaration
public ModifyTemplateError.TemplateNotFound AsTemplateNotFound { get; }
Property Value
Type | Description |
---|---|
ModifyTemplateError.TemplateNotFound |
AsTooManyProperties
Gets this instance as a TooManyProperties, or null
.
Declaration
public ModifyTemplateError.TooManyProperties AsTooManyProperties { get; }
Property Value
Type | Description |
---|---|
ModifyTemplateError.TooManyProperties |
AsTooManyTemplates
Gets this instance as a TooManyTemplates, or null
.
Declaration
public ModifyTemplateError.TooManyTemplates AsTooManyTemplates { get; }
Property Value
Type | Description |
---|---|
ModifyTemplateError.TooManyTemplates |
IsConflictingPropertyNames
Gets a value indicating whether this instance is ConflictingPropertyNames
Declaration
public bool IsConflictingPropertyNames { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsRestrictedContent
Gets a value indicating whether this instance is RestrictedContent
Declaration
public bool IsRestrictedContent { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTemplateAttributeTooLarge
Gets a value indicating whether this instance is TemplateAttributeTooLarge
Declaration
public bool IsTemplateAttributeTooLarge { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTemplateNotFound
Gets a value indicating whether this instance is TemplateNotFound
Declaration
public bool IsTemplateNotFound { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTooManyProperties
Gets a value indicating whether this instance is TooManyProperties
Declaration
public bool IsTooManyProperties { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTooManyTemplates
Gets a value indicating whether this instance is TooManyTemplates
Declaration
public bool IsTooManyTemplates { get; }
Property Value
Type | Description |
---|---|
System.Boolean |