Click or drag to resize

IHierarchyItemDelete Method (String)

IT Hit WebDAV Classes Reference
Deletes this item.

Namespace:  ITHit.WebDAV.Client
Assembly:  ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 2.0.420.0
Syntax
void Delete(
	string lockToken
)

Parameters

lockToken
Type: SystemString
Lock token for this item.
Exceptions
ExceptionCondition
LockedExceptionThis folder or any child item is locked and no or invalid lock token was specified.
ForbiddenExceptionUser has not enough rights to perform this operation.
MethodNotAllowedExceptionTrying to delete lock-null item. Lock-null items must be deleted using Unlock(String) method.
WebDavHttpExceptionServer returned unknown error.
WebDavExceptionUnexpected error occurred.
See Also