Show / Hide Table of Contents

Class DeleteBatchResultData

The delete batch result data object

Inheritance
System.Object
DeleteBatchResultData
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 DeleteBatchResultData

Constructors

| Improve this Doc View Source

DeleteBatchResultData(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

| Improve this Doc View Source

Metadata

Metadata of the deleted object.

Declaration
public Metadata Metadata { get; protected set; }
Property Value
Type Description
Metadata
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • DeleteBatchResultData(Metadata)
  • Properties
    • Metadata
Back to top Generated by DocFX