WebDavDiskStoreCollection Delete Method WebDAV#
Deletes a store item by its name.

Namespace: WebDAVSharp.Server.Stores.DiskStore
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Delete(
	IWebDavStoreItem item
)

Parameters

item
Type: WebDAVSharp.Server.Stores IWebDavStoreItem
The name of the store item to delete.

Implements

IWebDavStoreCollection Delete(IWebDavStoreItem)
Exceptions
ExceptionCondition
WebDavNotFoundExceptionIf the item was not found.
WebDavUnauthorizedExceptionIf the user is unauthorized or has no access.
See Also