Deletes a store item by its name.
Namespace: WebDAVSharp.Server.Stores.DiskStoreAssembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- item
- Type: WebDAVSharp.Server.Stores IWebDavStoreItem
The name of the store item to delete.
Implements
IWebDavStoreCollection Delete(IWebDavStoreItem)Exceptions
Exception | Condition |
---|---|
WebDavNotFoundException | If the item was not found. |
WebDavUnauthorizedException | If the user is unauthorized or has no access. |
See Also