Click or drag to resize
DataExportHelperGetExportedData Method
Gets the DataSet with the formatted exported data

Namespace: CMS.ImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
protected virtual DataSet GetExportedData(
	DataSet dataSet,
	bool encode = true
)

Parameters

dataSet
Type: System.DataDataSet
DataSet to export
encode (Optional)
Type: SystemBoolean
If true, the values in the DataSet will be encoded

Return Value

Type: DataSet
See Also