Retrieves 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
- name
- Type: System String
The name of the store item to retrieve.
Return Value
Type: IWebDavStoreItemThe store item that has the specified name; or null if there is no store item with that name.
Implements
IWebDavStoreCollection GetItemByName(String)See Also