Class CreateFolderBatchResultEntry.Failure
The failure object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public sealed class CreateFolderBatchResultEntry.Failure : CreateFolderBatchResultEntry
Constructors
View SourceFailure(CreateFolderEntryError)
Initializes a new instance of the CreateFolderBatchResultEntry.Failure class.
Declaration
public Failure(CreateFolderEntryError value)
Parameters
| Type | Name | Description |
|---|---|---|
| CreateFolderEntryError | value | The value |
Properties
View SourceValue
Gets the value of this instance.
Declaration
public CreateFolderEntryError Value { get; }
Property Value
| Type | Description |
|---|---|
| CreateFolderEntryError |