ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Catalog Namespace / ItemFilters Class
Members

In This Topic
    ItemFilters Class
    In This Topic
    Represents a filter that is used to narrow the list of items displayed in the Browse dialog box.
    Syntax
    public static class ItemFilters 
    Public MustInherit NotInheritable Class ItemFilters 
    Remarks

    Filters are used in the Browse dialog box to provide a list of items that is appropriate for the task at hand. Filters allow appropriate items to be displayed and deny other items from being listed. Filters can also specify which places in the left panel are appropriate for a particular scenario. For example, in some cases it is appropriate to select items from the active portal, while in other cases it is only appropriate to select items from enterprise databases that have been added to your project.

    In cases such as where the Browse dialog box is used to add data to a map, a large list of items is initially be presented, but additional filters are available in the filters drop-down list that let you narrow the list of items further. This is a composite filter.

    Inheritance Hierarchy

    System.Object
       ArcGIS.Desktop.Catalog.ItemFilters

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also