Class DeleteBatchArg
The delete batch arg object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class DeleteBatchArg
Constructors
View SourceDeleteBatchArg(IEnumerable<DeleteArg>)
Initializes a new instance of the DeleteBatchArg class.
Declaration
public DeleteBatchArg(IEnumerable<DeleteArg> entries)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<DeleteArg> | entries | The entries |
Properties
View SourceEntries
Gets the entries of the delete batch arg
Declaration
public IList<DeleteArg> Entries { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<DeleteArg> |