Show / Hide Table of Contents

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 Source

DeleteBatchArg(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 Source

Entries

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>
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • DeleteBatchArg(IEnumerable<DeleteArg>)
  • Properties
    • Entries
Back to top Generated by DocFX