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