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


IXMLIndexEdit Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IX > IXMLIndexEdit Interface
ArcGIS Developer Help

IXMLIndexEdit Interface

A XML Index defines the searchable tags of an XML document stored in an XML field.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Write-only property Description A textual description of the XML Index.
Read-only property Description A textual description of the XML Index.
Write-only property ExcludedTags The collection of excluded tags.
Read-only property ExcludedTags The collection of excluded tags.
Write-only property IncludedTags The collection of included tags.
Read-only property IncludedTags The collection of included tags.
Write-only property XMLIndexType The type of XML Index.
Read-only property XMLIndexType The type of XML Index.

Inherited Interfaces

Interfaces Description
IXMLIndex A XML Index defines the searchable tags of an XML document stored in an XML field.

Classes that implement IXMLIndexEdit

Classes Description
XMLIndex XML Index Object.