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


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

IXMLIndexUtil.SynchronizeTextIndex Method

[Visual Basic .NET]
Public Sub SynchronizeTextIndex ( _
    ByVal ClassName As String, _
    ByVal xmlFieldName As String _
)
[C#]
public void SynchronizeTextIndex (
    string ClassName,
    string xmlFieldName
);
[C++]
HRESULT SynchronizeTextIndex(
  BSTR ClassName,
  BSTR xmlFieldName
);
[C++]
Parameters
ClassName [in]

ClassName is a parameter of type BSTR xmlFieldName [in]
xmlFieldName is a parameter of type BSTR

Product Availability

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

See Also

IXMLIndexUtil Interface