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)
Syntax
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
Exceptions
Exception | Condition |
---|---|
WebDavUnauthorizedException | If user is not authorized to get access to the item |
WebDavNotFoundException | If item not found. |
See Also