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: 11.0.0
Syntax
C#
public static string GetObjectXml(
	SynchronizationObjectSettings settings,
	GeneralizedInfo infoObj,
	TaskTypeEnum taskType
)

Parameters

settings
Type: CMS.DataEngineSynchronizationObjectSettings
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