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

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

Parameters

tableName
Type: SystemString

Return Value

Type: ListString
See Also