ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / Project Class / GetRecentProjects Method
Example

In This Topic
    GetRecentProjects Method
    In This Topic
    Retrieves the list of recently opened projects
    Syntax
    public static IReadOnlyList<string> GetRecentProjects()
    Public Shared Function GetRecentProjects() As IReadOnlyList(Of String)

    Return Value

    A list containing the full paths to the .aprxs
    Example
    Get Recent Projects
    var recentProjects = ArcGIS.Desktop.Core.Project.GetRecentProjects();
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also