Class DeleteBatchArg
The delete batch arg object
Inheritance
System.Object
DeleteBatchArg
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class DeleteBatchArg
Constructors
| Improve this Doc View SourceDeleteBatchArg(IEnumerable<DeleteArg>)
Initializes a new instance of the DeleteBatchArg class.
Declaration
public DeleteBatchArg(IEnumerable<DeleteArg> entries)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<DeleteArg> | entries | The entries |
Properties
| Improve this Doc View SourceEntries
Gets the entries of the delete batch arg
Declaration
public IList<DeleteArg> Entries { get; protected set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<DeleteArg> |