ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapProjectItem Class / OnFolderRename Method

In This Topic
    OnFolderRename Method (MapProjectItem)
    In This Topic
    Syntax
    protected override void OnFolderRename( 
       string oldValue,
       string newValue
    )
    Protected Overrides NotOverridable Sub OnFolderRename( _
       ByVal oldValue As String, _
       ByVal newValue As String _
    ) 

    Parameters

    oldValue
    newValue
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also