Class CreateFolderBatchResultEntry
The create folder batch result entry object
Inheritance
CreateFolderBatchResultEntry
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class CreateFolderBatchResultEntry
Constructors
View SourceCreateFolderBatchResultEntry()
Initializes a new instance of the CreateFolderBatchResultEntry class.
Declaration
public CreateFolderBatchResultEntry()
Properties
View SourceAsFailure
Gets this instance as a Failure, or null.
Declaration
public CreateFolderBatchResultEntry.Failure AsFailure { get; }
Property Value
| Type | Description |
|---|---|
| CreateFolderBatchResultEntry.Failure |
AsSuccess
Gets this instance as a Success, or null.
Declaration
public CreateFolderBatchResultEntry.Success AsSuccess { get; }
Property Value
| Type | Description |
|---|---|
| CreateFolderBatchResultEntry.Success |
IsFailure
Gets a value indicating whether this instance is Failure
Declaration
public bool IsFailure { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsSuccess
Gets a value indicating whether this instance is Success
Declaration
public bool IsSuccess { get; }
Property Value
| Type | Description |
|---|---|
| bool |