ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core.Portal Namespace / PortalInfo Class / FeaturedGroups Property

In This Topic
    FeaturedGroups Property
    In This Topic
    Gets the featured groups for the organization. These are the groups that will be highlighted on the Groups page.
    Syntax
    public IReadOnlyList<PortalFeaturedGroupInfo> FeaturedGroups {get;}
    Public ReadOnly Property FeaturedGroups As IReadOnlyList(Of PortalFeaturedGroupInfo)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also