Show / Hide Table of Contents

Class DeleteResult

The delete result object

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

Constructors

| Improve this Doc 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

| 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
    • DeleteResult(Metadata)
  • Properties
    • Metadata
Back to top Generated by DocFX