ArcGIS Pro 2.6 API Reference Guide
ItemCategory Class
Members 

ArcGIS.Desktop.Core Namespace : ItemCategory Class
Provides a base class for ItemCategory classes defined in DAML
Syntax
public class ItemCategory 
Public Class ItemCategory 
Remarks

An item category defines a collection of item types, and facilitates filtering a collection of items. An item category consists of a DAML declaration and a class derived from the ItemCategory class. For example, a category could define a relationship between the feature classes, relationship classes and tables in a geodatabase. The item category allows you retrieve an enumerable collection of items associated with the category at once from a given item. Use of the ItemCategory is not recursive. That is, when you retrieve items from a folder, the result will not include items stored within subfolders.

Inheritance Hierarchy

System.Object
   ArcGIS.Desktop.Core.ItemCategory
      ArcGIS.Desktop.Catalog.ItemCategoryDataSet
      ArcGIS.Desktop.Catalog.ItemCategoryDataStore

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ItemCategory Members
ArcGIS.Desktop.Core Namespace