Class UpdatePropertiesError
The update properties error object
Inheritance
Inherited Members
Namespace: Dropbox.Api.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public class UpdatePropertiesError
Constructors
| Improve this Doc View SourceUpdatePropertiesError()
Initializes a new instance of the Update
Declaration
public UpdatePropertiesError()
Properties
| Improve this Doc View SourceAsDoesNotFitTemplate
Gets this instance as a DoesNotFitTemplate, or null
.
Declaration
public UpdatePropertiesError.DoesNotFitTemplate AsDoesNotFitTemplate { get; }
Property Value
Type | Description |
---|---|
Update |
AsDuplicatePropertyGroups
Gets this instance as a DuplicatePropertyGroups, or null
.
Declaration
public UpdatePropertiesError.DuplicatePropertyGroups AsDuplicatePropertyGroups { get; }
Property Value
Type | Description |
---|---|
Update |
AsOther
Gets this instance as a Other, or null
.
Declaration
public UpdatePropertiesError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
Update |
AsPath
Gets this instance as a Path, or null
.
Declaration
public UpdatePropertiesError.Path AsPath { get; }
Property Value
Type | Description |
---|---|
Update |
AsPropertyFieldTooLarge
Gets this instance as a PropertyFieldTooLarge, or null
.
Declaration
public UpdatePropertiesError.PropertyFieldTooLarge AsPropertyFieldTooLarge { get; }
Property Value
Type | Description |
---|---|
Update |
AsPropertyGroupLookup
Gets this instance as a PropertyGroupLookup, or null
.
Declaration
public UpdatePropertiesError.PropertyGroupLookup AsPropertyGroupLookup { get; }
Property Value
Type | Description |
---|---|
Update |
AsRestrictedContent
Gets this instance as a RestrictedContent, or null
.
Declaration
public UpdatePropertiesError.RestrictedContent AsRestrictedContent { get; }
Property Value
Type | Description |
---|---|
Update |
AsTemplateNotFound
Gets this instance as a TemplateNotFound, or null
.
Declaration
public UpdatePropertiesError.TemplateNotFound AsTemplateNotFound { get; }
Property Value
Type | Description |
---|---|
Update |
AsUnsupportedFolder
Gets this instance as a UnsupportedFolder, or null
.
Declaration
public UpdatePropertiesError.UnsupportedFolder AsUnsupportedFolder { get; }
Property Value
Type | Description |
---|---|
Update |
IsDoesNotFitTemplate
Gets a value indicating whether this instance is DoesNotFitTemplate
Declaration
public bool IsDoesNotFitTemplate { get; }
Property Value
Type | Description |
---|---|
System. |
IsDuplicatePropertyGroups
Gets a value indicating whether this instance is DuplicatePropertyGroups
Declaration
public bool IsDuplicatePropertyGroups { get; }
Property Value
Type | Description |
---|---|
System. |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System. |
IsPath
Gets a value indicating whether this instance is Path
Declaration
public bool IsPath { get; }
Property Value
Type | Description |
---|---|
System. |
IsPropertyFieldTooLarge
Gets a value indicating whether this instance is PropertyFieldTooLarge
Declaration
public bool IsPropertyFieldTooLarge { get; }
Property Value
Type | Description |
---|---|
System. |
IsPropertyGroupLookup
Gets a value indicating whether this instance is PropertyGroupLookup
Declaration
public bool IsPropertyGroupLookup { get; }
Property Value
Type | Description |
---|---|
System. |
IsRestrictedContent
Gets a value indicating whether this instance is RestrictedContent
Declaration
public bool IsRestrictedContent { get; }
Property Value
Type | Description |
---|---|
System. |
IsTemplateNotFound
Gets a value indicating whether this instance is TemplateNotFound
Declaration
public bool IsTemplateNotFound { get; }
Property Value
Type | Description |
---|---|
System. |
IsUnsupportedFolder
Gets a value indicating whether this instance is UnsupportedFolder
Declaration
public bool IsUnsupportedFolder { get; }
Property Value
Type | Description |
---|---|
System. |