ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Core Namespace / Project Class / ClearRecentProjects Method
Example

In This Topic
    ClearRecentProjects Method
    In This Topic
    Clears the list of recent projects.
    Syntax
    Public Shared Sub ClearRecentProjects() 
    public static void ClearRecentProjects()
    Example
    Clear Recent Projects
    {
      Project.ClearRecentProjects();
    }
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also