Click or drag to resize
DAVClientdeleteDAVItem Method
Deletes a DAV item on the server

Namespace: ARPDev.DAVLIB
Assembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public DAVResult deleteDAVItem(
	ref DAVItem targetItem
)

Parameters

targetItem
Type: ARPDev.DAVLIBDAVItem
Item to delete.

Return Value

Type: DAVResult
DAVResult indicating success or failure.
Remarks
The Target URI is passed in by reference so that we can populate any errors into its URI structure. This means that we need to clone it any manipulate it, then set the values back.
See Also