| ImportProviderGetDataSet Method  | 
            Returns the dataset loaded from the given task data.
            
 
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
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