ArcObjects Library Reference (GeoDatabase)  

IItemInfoImpl.LoadFromXmlFile Method

Load ItemInfo from a XML file.

[Visual Basic .NET]
Public Sub LoadFromXmlFile ( _
    ByVal xmlFilePath As String _
)
[C#]
public void LoadFromXmlFile (
    string xmlFilePath
);
[C++]
HRESULT LoadFromXmlFile(
  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