Click or drag to resize
HierarchyHelperExportObject Method (ExportObjectSettings, BaseInfo)
Returns XML representation of given instance of info object.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static string ExportObject(
	ExportObjectSettings settings,
	BaseInfo infoObj
)

Parameters

settings
Type: CMS.DataEngineExportObjectSettings
Export settings
infoObj
Type: CMS.DataEngineBaseInfo
Info object to export

Return Value

Type: String
XML representation of given instance of info object.
See Also