WebDavDiskStoreCollection GetItemByName Method WebDAV#
Retrieves 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 IWebDavStoreItem GetItemByName(
	string name
)

Parameters

name
Type: System String
The name of the store item to retrieve.

Return Value

Type: IWebDavStoreItem
The store item that has the specified name; or null if there is no store item with that name.

Implements

IWebDavStoreCollection GetItemByName(String)
See Also