Class CreateFolderBatchJobStatus.Complete
The batch create folder has finished.
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public sealed class CreateFolderBatchJobStatus.Complete : CreateFolderBatchJobStatus
Constructors
View SourceComplete(CreateFolderBatchResult)
Initializes a new instance of the CreateFolderBatchJobStatus.Complete class.
Declaration
public Complete(CreateFolderBatchResult value)
Parameters
| Type | Name | Description |
|---|---|---|
| CreateFolderBatchResult | value | The value |
Properties
View SourceValue
Gets the value of this instance.
Declaration
public CreateFolderBatchResult Value { get; }
Property Value
| Type | Description |
|---|---|
| CreateFolderBatchResult |