Click or drag to resize
SynchronizationHelperGetObjectsData Method
Gets the DataSet of the objects data and their child objects.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 11.0.0
Syntax
C#
public static DataSet GetObjectsData(
	OperationTypeEnum operationType,
	BaseInfo infoObj,
	string whereCondition,
	string orderBy,
	bool childData,
	bool binaryData,
	TranslationHelper th
)

Parameters

operationType
Type: CMS.DataEngineOperationTypeEnum
Operation type
infoObj
Type: CMS.DataEngineBaseInfo
Main info object
whereCondition
Type: SystemString
Where condition
orderBy
Type: SystemString
Order by columns for the main objects
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