Click or drag to resize
ImportConverterLoadDataSet Method (String, DataHelperActionCallback, Object)
Loads the DataSet from given file.

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