ArcObjects Library Reference (GeoDatabase)  

IItemInfoImpl.SaveToXmlFile Method

Save the ItemInfo to a XML file.

[Visual Basic .NET]
Public Sub SaveToXmlFile ( _
    ByVal xmlFilePath As String _
)
[C#]
public void SaveToXmlFile (
    string xmlFilePath
);
[C++]
HRESULT SaveToXmlFile(
  BSTR xmlFilePath
);
[C++]

Parameters

xmlFilePath [in]   xmlFilePath is a parameter of type BSTR

Product Availability

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

See Also

IItemInfoImpl Interface