DataExportHelperGetExportedColumns Method |
Gets columns that should be exported.
Namespace: CMS.ImportExportAssembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 11.0.0
Syntax protected virtual List<string> GetExportedColumns(
string tableName
)
Parameters
- tableName
- Type: SystemString
Name of a table
Return Value
Type:
ListStringSee Also