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

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

Parameters

settings
Type: CMS.DataEngine.SynchronizationObjectSettings
Object export settings (some settings are internally set according to task type)
infoObj
Type: CMS.DataEngine.GeneralizedInfo
Object to get data for
taskType
Type: CMS.DataEngine.TaskTypeEnum
Task type

Return Value

Type: String
See Also