| ImportProviderGetDataSet Method | 
            Returns the dataset loaded from the given task data.
            
 
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 13.0.131
 Syntax
Syntaxpublic static DataSet GetDataSet(
	string taskData,
	TaskTypeEnum taskType,
	string taskObjectType
)
Parameters
- taskData
- Type: SystemString
 Task data to make the dataset from
- taskType
- Type: CMS.DataEngineTaskTypeEnum
 Task type
- taskObjectType
- Type: SystemString
 Task object type
Return Value
Type: 
DataSet See Also
See Also