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