Click or drag to resize
DataExportHelperGetExportedColumns Method
Gets columns that should be exported.

Namespace: CMS.ImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
protected virtual List<string> GetExportedColumns(
	string tableName
)

Parameters

tableName
Type: SystemString
Name of a table

Return Value

Type: ListString
See Also