WebDavStoreItemBase OnNameChanging Method WebDAV#
Called before the name of this IWebDavStoreItem is changing.

Namespace: WebDAVSharp.Server.Stores.BaseClasses
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected virtual bool OnNameChanging(
	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.

Return Value

Type: Boolean
true if the name change is allowed; otherwise, false.
See Also