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

In This Topic
    OnFolderRename Method (Item)
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also