This document is archived and information here might be outdated.  Recommended version.


IGxItemIndexer Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IG > IGxItemIndexer Interface
ArcGIS Developer Help

IGxItemIndexer Interface

Provides access to functions of GxIndexer coclass. Also see the GPItemIndexer coclass.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Read-only property Count Total indexed items count.
Read-only property HasBeenIndexed Indicates whether the current object has been indexed.
Method IndexChildren Index the children of the current object.
Method IndexObject Index the current object.
Read-only property IsAncestorRegistered Indicates whether the ancestor of this GxObject has been registered to be indexed.
Method UpdateIndex Update the index.
Method UpdateThumbnailInIndex Update current object's thumbnail in index.

Classes that implement IGxItemIndexer

Classes Description
GxItemIndexer Provides access to members of GxIndexer.