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