Class DeleteResult
The delete result object
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 SourceDeleteResult(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 SourceMetadata
Metadata of the deleted object.
Declaration
public Metadata Metadata { get; protected set; }
Property Value
Type | Description |
---|---|
Metadata |