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


IItemInfoImpl.SaveToJSON Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > II > IItemInfoImpl Interface > IItemInfoImpl.SaveToJSON Method
ArcGIS Developer Help

IItemInfoImpl.SaveToJSON Method

Save the ItemInfo to a XML file.

[Visual Basic .NET]
Public Function SaveToJSON ( _
) As IJSONObject
[C#]
public IJSONObject SaveToJSON (
);
[C++]
HRESULT SaveToJSON(
void
);

Product Availability

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

See Also

IItemInfoImpl Interface