ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.TaskAssistant Namespace / TaskProjectItem Class / PreviewRename Method

In This Topic
    PreviewRename Method
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also