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

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
protected override 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