Namespace: WebDAVSharp.Server
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
The retrieved store item.
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- uri
- Type: System Uri
The Uri to retrieve the store item for.
- server
- Type: WebDAVSharp.Server WebDavServer
The WebDavServer that hosts the store.
- store
- Type: WebDAVSharp.Server.Stores IWebDavStore
The IWebDavStore from which to retrieve the store item.
Return Value
Type: IWebDavStoreItemThe retrieved store item.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type Uri. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).Exceptions
Exception | Condition |
---|---|
ArgumentNullException | uri is null. server is null. store is null. |
WebDavNotFoundException | If the item was not found. |
WebDavConflictException | uri refers to a document in a collection, where the collection does not exist. |
WebDavNotFoundException | uri refers to a document that does not exist. |
See Also