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

In This Topic
    GroupQueries Property
    In This Topic
    Gets a collection of queries identifying different portal content driven by different groups.
    Syntax
    public IReadOnlyDictionary<string,string> GroupQueries {get;}
    Public ReadOnly Property GroupQueries As IReadOnlyDictionary(Of String,String)
    Remarks
    Content includes LivingAtlas, Featured content, Layer templates, Templates, and Styles. If a given portal does not provide a particular content then that query will be an empty string.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also