ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Core Namespace / SystemFavoritesManager Class / GetSystemFavorites Method

In This Topic
    GetSystemFavorites Method
    In This Topic
    Retrieves the set of favorites from the system favorite collection.
    Syntax
    Public Function GetSystemFavorites() As IReadOnlyList(Of Favorite)
    public IReadOnlyList<Favorite> GetSystemFavorites()

    Return Value

    A readonly list of Favorite.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.7 or higher.
    See Also