WebDavStoreItemBase OnNameChanged Method WebDAV#
Called after the name of this IWebDavStoreItem has changed.

Namespace: WebDAVSharp.Server.Stores.BaseClasses
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected virtual void OnNameChanged(
	string oldName,
	string newName
)

Parameters

oldName
Type: System String
The old name of this IWebDavStoreItem.
newName
Type: System String
The new name of this IWebDavStoreItem.
See Also