Click or drag to resize
SyncManagerGetDataSetInternal Method
Returns the dataset loaded from the given task data.

Namespace: CMS.Synchronization
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 11.0.0
Syntax
C#
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: DataSet
See Also