public static IReadOnlyList<string> GetRecentProjects()
Public Shared Function GetRecentProjects() As IReadOnlyList(Of String)
Return Value
A list containing the full paths to the .aprxs
public static IReadOnlyList<string> GetRecentProjects()
Public Shared Function GetRecentProjects() As IReadOnlyList(Of String)
var recentProjects = ArcGIS.Desktop.Core.Project.GetRecentProjects();
Target Platforms: Windows 11, Windows 10