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

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
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also