ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Core Namespace / BrowseProjectFilter Class / DontBrowseIntoFlagNames Property

In This Topic
    DontBrowseIntoFlagNames Property
    In This Topic
    Returns an enumerable of the filter flag names from the dontBrowseIntoFlag collection of the BrowseProjectFilter instance
    Syntax
    public IEnumerable<string> DontBrowseIntoFlagNames {get;}
    Public ReadOnly Property DontBrowseIntoFlagNames As IEnumerable(Of String)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also