ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Core Namespace / Project Class / RemoveRecentProject Method
The path of the project entry to be removed
Example Version

    RemoveRecentProject Method
    Removes the project entry corresponding to the given input path from the recent list of projects
    Syntax
    public static void RemoveRecentProject( 
       string path
    )

    Parameters

    path
    The path of the project entry to be removed
    Example
    Remove a Recent Project
    ArcGIS.Desktop.Core.Project.RemoveRecentProject(projectPath);
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also