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