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 SourceDeleteArg(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 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 |
---|---|
System.String |
Path
Path in the user's Dropbox to delete.
Declaration
public string Path { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |