Class DeleteArg
The delete arg object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class DeleteArg
Constructors
View SourceDeleteArg(string, string)
Initializes a new instance of the DeleteArg class.
Declaration
public DeleteArg(string path, string parentRev = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | path | Path in the user's Dropbox to delete. |
| string | parentRev | Perform delete if given "rev" matches the existing file's latest "rev". This field does not support deleting a folder. |
Properties
View SourceParentRev
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 |
|---|---|
| string |
Path
Path in the user's Dropbox to delete.
Declaration
public string Path { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |