Dropbox .NET SDK
Show / Hide Table of Contents

Class AddPropertiesError

The add properties error object

Inheritance
object
AddPropertiesError
AddPropertiesError.DoesNotFitTemplate
AddPropertiesError.DuplicatePropertyGroups
AddPropertiesError.Other
AddPropertiesError.Path
AddPropertiesError.PropertyFieldTooLarge
AddPropertiesError.PropertyGroupAlreadyExists
AddPropertiesError.RestrictedContent
AddPropertiesError.TemplateNotFound
AddPropertiesError.UnsupportedFolder
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public class AddPropertiesError

Constructors

View Source

AddPropertiesError()

Initializes a new instance of the AddPropertiesError class.

Declaration
public AddPropertiesError()

Properties

View Source

AsDoesNotFitTemplate

Gets this instance as a DoesNotFitTemplate, or null.

Declaration
public AddPropertiesError.DoesNotFitTemplate AsDoesNotFitTemplate { get; }
Property Value
Type Description
AddPropertiesError.DoesNotFitTemplate
View Source

AsDuplicatePropertyGroups

Gets this instance as a DuplicatePropertyGroups, or null.

Declaration
public AddPropertiesError.DuplicatePropertyGroups AsDuplicatePropertyGroups { get; }
Property Value
Type Description
AddPropertiesError.DuplicatePropertyGroups
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public AddPropertiesError.Other AsOther { get; }
Property Value
Type Description
AddPropertiesError.Other
View Source

AsPath

Gets this instance as a Path, or null.

Declaration
public AddPropertiesError.Path AsPath { get; }
Property Value
Type Description
AddPropertiesError.Path
View Source

AsPropertyFieldTooLarge

Gets this instance as a PropertyFieldTooLarge, or null.

Declaration
public AddPropertiesError.PropertyFieldTooLarge AsPropertyFieldTooLarge { get; }
Property Value
Type Description
AddPropertiesError.PropertyFieldTooLarge
View Source

AsPropertyGroupAlreadyExists

Gets this instance as a PropertyGroupAlreadyExists, or null.

Declaration
public AddPropertiesError.PropertyGroupAlreadyExists AsPropertyGroupAlreadyExists { get; }
Property Value
Type Description
AddPropertiesError.PropertyGroupAlreadyExists
View Source

AsRestrictedContent

Gets this instance as a RestrictedContent, or null.

Declaration
public AddPropertiesError.RestrictedContent AsRestrictedContent { get; }
Property Value
Type Description
AddPropertiesError.RestrictedContent
View Source

AsTemplateNotFound

Gets this instance as a TemplateNotFound, or null.

Declaration
public AddPropertiesError.TemplateNotFound AsTemplateNotFound { get; }
Property Value
Type Description
AddPropertiesError.TemplateNotFound
View Source

AsUnsupportedFolder

Gets this instance as a UnsupportedFolder, or null.

Declaration
public AddPropertiesError.UnsupportedFolder AsUnsupportedFolder { get; }
Property Value
Type Description
AddPropertiesError.UnsupportedFolder
View Source

IsDoesNotFitTemplate

Gets a value indicating whether this instance is DoesNotFitTemplate

Declaration
public bool IsDoesNotFitTemplate { get; }
Property Value
Type Description
bool
View Source

IsDuplicatePropertyGroups

Gets a value indicating whether this instance is DuplicatePropertyGroups

Declaration
public bool IsDuplicatePropertyGroups { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsPath

Gets a value indicating whether this instance is Path

Declaration
public bool IsPath { get; }
Property Value
Type Description
bool
View Source

IsPropertyFieldTooLarge

Gets a value indicating whether this instance is PropertyFieldTooLarge

Declaration
public bool IsPropertyFieldTooLarge { get; }
Property Value
Type Description
bool
View Source

IsPropertyGroupAlreadyExists

Gets a value indicating whether this instance is PropertyGroupAlreadyExists

Declaration
public bool IsPropertyGroupAlreadyExists { get; }
Property Value
Type Description
bool
View Source

IsRestrictedContent

Gets a value indicating whether this instance is RestrictedContent

Declaration
public bool IsRestrictedContent { get; }
Property Value
Type Description
bool
View Source

IsTemplateNotFound

Gets a value indicating whether this instance is TemplateNotFound

Declaration
public bool IsTemplateNotFound { get; }
Property Value
Type Description
bool
View Source

IsUnsupportedFolder

Gets a value indicating whether this instance is UnsupportedFolder

Declaration
public bool IsUnsupportedFolder { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK