Called before the name of this IWebDavStoreItem is changing.
Namespace: WebDAVSharp.Server.Stores.BaseClassesAssembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- oldName
- Type: System String
The old name of this IWebDavStoreItem.
- newName
- Type: System String
The new name of this IWebDavStoreItem.
Return Value
Type: Booleantrue if the name change is allowed; otherwise, false.
See Also