Click or drag to resize
ImportConverterLoadDataSet Method (String)
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
)

Parameters

filePath
Type: SystemString
File path

Return Value

Type: DataSet
See Also