Class UploadSessionFinishError.PropertiesError
The supplied property group is invalid. The file has uploaded without property groups.
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public sealed class UploadSessionFinishError.PropertiesError : UploadSessionFinishError
Constructors
View SourcePropertiesError(InvalidPropertyGroupError)
Initializes a new instance of the UploadSessionFinishError.PropertiesError class.
Declaration
public PropertiesError(InvalidPropertyGroupError value)
Parameters
| Type | Name | Description |
|---|---|---|
| InvalidPropertyGroupError | value | The value |
Properties
View SourceValue
Gets the value of this instance.
Declaration
public InvalidPropertyGroupError Value { get; }
Property Value
| Type | Description |
|---|---|
| InvalidPropertyGroupError |