Click or drag to resize
SynchronizationHelperGetObjectXml Method
Gets XML with data for specified object.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 8.2.23
Syntax
C#
public static string GetObjectXml(
	ExportObjectSettings settings,
	GeneralizedInfo infoObj,
	TaskTypeEnum taskType
)

Parameters

settings
Type: CMS.DataEngineExportObjectSettings
Object export settings (some settings are internally set according to task type)
infoObj
Type: CMS.DataEngineGeneralizedInfo
Object to get data for
taskType
Type: CMS.DataEngineTaskTypeEnum
Task type

Return Value

Type: String
See Also