Get the item in the collection from the requested
Uri.
WebDavException 409 Conflict possible.
Namespace: WebDAVSharp.Server.MethodHandlersAssembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Parameters
- collection
- Type: WebDAVSharp.Server.Stores IWebDavStoreCollection
The parent collection as a IWebDavStoreCollection
- childUri
- Type: System Uri
The Uri object containing the specific location of the child
Return Value
Type: IWebDavStoreItemThe IWebDavStoreItem from the IWebDavStoreCollection
| Exception | Condition |
|---|---|
| WebDavUnauthorizedException | If user is not authorized to get access to the item |
| WebDavNotFoundException | If item not found. |