Click or drag to resize
DataExportHelperGetExportedValue Method
Gets the exported value for the given

Namespace: CMS.ImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
protected virtual Object GetExportedValue(
	DataRowView drv,
	string columnName,
	DataRow resultDR
)

Parameters

drv
Type: System.DataDataRowView
Data row with the source data
columnName
Type: SystemString
Column name
resultDR
Type: System.DataDataRow
DataRow with the result

Return Value

Type: Object
See Also