Dropbox .NET SDK
Show / Hide Table of Contents

Class DeleteResult

The delete result object

Inheritance
object
FileOpsResult
DeleteResult
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 DeleteResult : FileOpsResult

Constructors

View Source

DeleteResult(Metadata)

Initializes a new instance of the DeleteResult class.

Declaration
public DeleteResult(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