Show / Hide Table of Contents

Class DeleteBatchResult

The delete batch result object

Inheritance
System.Object
FileOpsResult
DeleteBatchResult
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 DeleteBatchResult : FileOpsResult

Constructors

| Improve this Doc View Source

DeleteBatchResult(IEnumerable<DeleteBatchResultEntry>)

Initializes a new instance of the DeleteBatchResult class.

Declaration
public DeleteBatchResult(IEnumerable<DeleteBatchResultEntry> entries)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<DeleteBatchResultEntry> entries

Each entry in Entries will appear at the same position inside Entries.

Properties

| Improve this Doc View Source

Entries

Each entry in Entries will appear at the same position inside Entries.

Declaration
public IList<DeleteBatchResultEntry> Entries { get; protected set; }
Property Value
Type Description
System.Collections.Generic.IList<DeleteBatchResultEntry>
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • DeleteBatchResult(IEnumerable<DeleteBatchResultEntry>)
  • Properties
    • Entries
Back to top Generated by DocFX