Moves an existing store item into this collection, overwriting any existing items.
Namespace: WebDAVSharp.Server.StoresAssembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- source
- Type: WebDAVSharp.Server.Stores IWebDavStoreItem
The store item to move.
- destinationName
- Type: System String
The IWebDavStoreItem that refers to the item that was moved, in its new location.
Return Value
Type: IWebDavStoreItemThe moved IWebDavStoreItem instance.
Remarks
Note that the method should fail without creating or overwriting content in the
target collection if the move cannot go through.
See Also