ArcGIS Pro 2.6 API Reference Guide
OnFolderRename Method (Item)

ArcGIS.Desktop.Core Namespace > Item Class : OnFolderRename Method
The old path
The new path
Callback when an item's parent folder is being renamed
Syntax
protected internal virtual void OnFolderRename( 
   string oldValue,
   string newValue
)
Protected Friend Overridable Sub OnFolderRename( _
   ByVal oldValue As String, _
   ByVal newValue As String _
) 

Parameters

oldValue
The old path
newValue
The new path
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

Item Class
Item Members