Show / Hide Table of Contents

Class UploadError.PropertiesError

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

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

Constructors

| Improve this Doc 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

| Improve this Doc View Source

Value

Gets the value of this instance.

Declaration
public InvalidPropertyGroupError Value { get; }
Property Value
Type Description
InvalidPropertyGroupError
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PropertiesError(InvalidPropertyGroupError)
  • Properties
    • Value
Back to top Generated by DocFX