Click or drag to resize
SynchronizationHelperGetObjectData Method
Gets the object data for synchronization.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 11.0.0
Syntax
C#
public static DataSet GetObjectData(
	OperationTypeEnum operationType,
	GeneralizedInfo infoObj,
	bool childData,
	bool binaryData,
	TranslationHelper th
)

Parameters

operationType
Type: CMS.DataEngineOperationTypeEnum
Operation type
infoObj
Type: CMS.DataEngineGeneralizedInfo
Main info object
childData
Type: SystemBoolean
If true, child objects data are included
binaryData
Type: SystemBoolean
If true, binary data are included
th
Type: CMS.DataEngineTranslationHelper
Translation table to initialize with data bindings

Return Value

Type: DataSet
See Also