Show / Hide Table of Contents

Class UploadSessionFinishError.PropertiesError

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

Inheritance
System.Object
UploadSessionFinishError
UploadSessionFinishError.PropertiesError
Inherited Members
UploadSessionFinishError.IsLookupFailed
UploadSessionFinishError.AsLookupFailed
UploadSessionFinishError.IsPath
UploadSessionFinishError.AsPath
UploadSessionFinishError.IsPropertiesError
UploadSessionFinishError.AsPropertiesError
UploadSessionFinishError.IsTooManySharedFolderTargets
UploadSessionFinishError.AsTooManySharedFolderTargets
UploadSessionFinishError.IsTooManyWriteOperations
UploadSessionFinishError.AsTooManyWriteOperations
UploadSessionFinishError.IsConcurrentSessionDataNotAllowed
UploadSessionFinishError.AsConcurrentSessionDataNotAllowed
UploadSessionFinishError.IsConcurrentSessionNotClosed
UploadSessionFinishError.AsConcurrentSessionNotClosed
UploadSessionFinishError.IsConcurrentSessionMissingData
UploadSessionFinishError.AsConcurrentSessionMissingData
UploadSessionFinishError.IsPayloadTooLarge
UploadSessionFinishError.AsPayloadTooLarge
UploadSessionFinishError.IsContentHashMismatch
UploadSessionFinishError.AsContentHashMismatch
UploadSessionFinishError.IsOther
UploadSessionFinishError.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 : UploadSessionFinishError

Constructors

| Improve this Doc View Source

PropertiesError(InvalidPropertyGroupError)

Initializes a new instance of the UploadSessionFinishError.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