ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Core Namespace / Project Class / GetPinnedProjects Method
Example Version

GetPinnedProjects Method
Retrieves the list of pinned projects.
Syntax
public static IReadOnlyList<string> GetPinnedProjects()

Return Value

A list containing the full paths to the .aprxs
Example
Get Pinned Projects
var pinnedProjects = ArcGIS.Desktop.Core.Project.GetPinnedProjects();
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3.1 or higher.
See Also