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