Dropbox .NET SDK
Show / Hide Table of Contents

Class UploadError.PropertiesError

The supplied property group is invalid. The file has uploaded without property groups.

Inheritance
object
UploadError
UploadError.PropertiesError
Inherited Members
UploadError.IsPath
UploadError.AsPath
UploadError.IsPropertiesError
UploadError.AsPropertiesError
UploadError.IsPayloadTooLarge
UploadError.AsPayloadTooLarge
UploadError.IsContentHashMismatch
UploadError.AsContentHashMismatch
UploadError.IsEncryptionNotSupported
UploadError.AsEncryptionNotSupported
UploadError.IsOther
UploadError.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public sealed class UploadError.PropertiesError : UploadError

Constructors

View Source

PropertiesError(InvalidPropertyGroupError)

Initializes a new instance of the UploadError.PropertiesError class.

Declaration
public PropertiesError(InvalidPropertyGroupError value)
Parameters
Type Name Description
InvalidPropertyGroupError value

The value

Properties

View Source

Value

Gets the value of this instance.

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