Global Event: OnRenameFolderEnd
The OnRenameFolderEnd Event occurs after user has renamed a folder.
Signature
For custom code the args array is structured as follows:
args[]
is contains two strings, the first represents the fully qualified old folder name, the second is the new folder name.
For .NET Assemblies the method signature is as follows:
string EventHandlerName(SessionInfo sessionInfo, string currentFolderName, string newFolderName)
Expected Return
Anything can be returned to the OnRenameFolderEnd Event. Any return value will be ignored.