Dropbox .NET SDK
Show / Hide Table of Contents

Class AddPropertiesError.PropertyFieldTooLarge

One or more of the supplied property field values is too large.

Inheritance
object
AddPropertiesError
AddPropertiesError.PropertyFieldTooLarge
Inherited Members
AddPropertiesError.IsPropertyGroupAlreadyExists
AddPropertiesError.AsPropertyGroupAlreadyExists
AddPropertiesError.IsPropertyFieldTooLarge
AddPropertiesError.AsPropertyFieldTooLarge
AddPropertiesError.IsDoesNotFitTemplate
AddPropertiesError.AsDoesNotFitTemplate
AddPropertiesError.IsDuplicatePropertyGroups
AddPropertiesError.AsDuplicatePropertyGroups
AddPropertiesError.IsPath
AddPropertiesError.AsPath
AddPropertiesError.IsUnsupportedFolder
AddPropertiesError.AsUnsupportedFolder
AddPropertiesError.IsTemplateNotFound
AddPropertiesError.AsTemplateNotFound
AddPropertiesError.IsRestrictedContent
AddPropertiesError.AsRestrictedContent
AddPropertiesError.IsOther
AddPropertiesError.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public sealed class AddPropertiesError.PropertyFieldTooLarge : AddPropertiesError

Fields

View Source

Instance

A singleton instance of PropertyFieldTooLarge

Declaration
public static readonly AddPropertiesError.PropertyFieldTooLarge Instance
Field Value
Type Description
AddPropertiesError.PropertyFieldTooLarge
  • View Source
In this article
Back to top Dropbox .NET SDK