ImportConverterLoadDataSet Method (String, DataHelperActionCallback, Object) |
Loads the DataSet from given file.
Namespace: CMS.CMSImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 8.2.23
Syntax public static DataSet LoadDataSet(
string filePath,
DataHelperActionCallback rowCallback,
Object[] parameters
)
Parameters
- filePath
- Type: SystemString
File path - rowCallback
- Type: CMS.HelpersDataHelperActionCallback
Data row callback. Adds the element name to the parameters when reading the DataSet - parameters
- Type: SystemObject
Callback parameters
Return Value
Type:
DataSetSee Also