Dropbox .NET SDK
Show / Hide Table of Contents

Class DeleteBatchResultData

The delete batch result data object

Inheritance
object
DeleteBatchResultData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class DeleteBatchResultData

Constructors

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

View Source

Metadata

Metadata of the deleted object.

Declaration
public Metadata Metadata { get; protected set; }
Property Value
Type Description
Metadata
  • View Source
In this article
Back to top Dropbox .NET SDK