SyncManagerGetDataSetInternal Method |
Returns the dataset loaded from the given task data.
Namespace: CMS.SynchronizationAssembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 12.0.0
Syntax protected virtual DataSet GetDataSetInternal(
string taskData,
TaskTypeEnum taskType,
string objectType
)
Parameters
- taskData
- Type: SystemString
Task data to make the DataSet from - taskType
- Type: CMS.DataEngineTaskTypeEnum
Task type - objectType
- Type: SystemString
Object type
Return Value
Type:
DataSetSee Also