SynchronizationHelperGetObjectData Method |
Gets the object data for synchronization.
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntax 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:
DataSetSee Also