Class DeleteBatchResultData
The delete batch result data object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class DeleteBatchResultData
Constructors
View SourceDeleteBatchResultData(Metadata)
Initializes a new instance of the DeleteBatchResultData class.
Declaration
public DeleteBatchResultData(Metadata metadata)
Parameters
| Type | Name | Description |
|---|---|---|
| Metadata | metadata | Metadata of the deleted object. |
Properties
View SourceMetadata
Metadata of the deleted object.
Declaration
public Metadata Metadata { get; protected set; }
Property Value
| Type | Description |
|---|---|
| Metadata |