ArcGIS Pro 2.9 API Reference Guide
PreviewRename Method

ArcGIS.Desktop.TaskAssistant Namespace > TaskProjectItem Class : PreviewRename Method
PreviewRename is called first by the rename operation. The implemention should set the `name` property of a new ItemInfoValue and return it.
Syntax
public ItemInfoValue PreviewRename( 
   string newName
)
Public Function PreviewRename( _
   ByVal newName As String _
) As ItemInfoValue

Parameters

newName
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

TaskProjectItem Class
TaskProjectItem Members