ArcGIS Pro 3.7 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 Function RenameAsync( _
       ByVal newName As String _
    ) As Task
    public Task RenameAsync( 
       string newName
    )

    Parameters

    newName
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also