ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Core Namespace / Item Class / OnFolderRename Method
The old path
The new path
Version

OnFolderRename Method (Item)
Callback when an item's parent folder is being renamed
Syntax
protected internal virtual void OnFolderRename( 
   string oldValue,
   string newValue
)

Parameters

oldValue
The old path
newValue
The new path
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3 or higher.
See Also