Show / Hide Table of Contents

Class DeleteArg

The delete arg object

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

Constructors

| Improve this Doc View Source

DeleteArg(String, String)

Initializes a new instance of the DeleteArg class.

Declaration
public DeleteArg(string path, string parentRev = null)
Parameters
Type Name Description
System.String path

Path in the user's Dropbox to delete.

System.String parentRev

Perform delete if given "rev" matches the existing file's latest "rev". This field does not support deleting a folder.

Properties

| Improve this Doc View Source

ParentRev

Perform delete if given "rev" matches the existing file's latest "rev". This field does not support deleting a folder.

Declaration
public string ParentRev { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Path

Path in the user's Dropbox to delete.

Declaration
public string Path { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • DeleteArg(String, String)
  • Properties
    • ParentRev
    • Path
Back to top Generated by DocFX