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

In This Topic
    RenameAsync Method (TaskProjectItem)
    In This Topic
    Renames the project item.
    Syntax
    public Task RenameAsync( 
       string newName
    )
    Public Function RenameAsync( _
       ByVal newName As String _
    ) As Task

    Parameters

    newName
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also