ArcObjects Library Reference (GeoDatabase)  

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