ArcGIS Pro 2.7 API Reference Guide
RenameAsync Method (NotebookItem)

ArcGIS.Desktop.Catalog Namespace > NotebookItem Class : RenameAsync Method
The new name to assign to the item.
Renames the notebook item.
Syntax
public Task RenameAsync( 
   string newName
)
Public Function RenameAsync( _
   ByVal newName As String _
) As Task

Parameters

newName
The new name to assign to the item.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

NotebookItem Class
NotebookItem Members