Click or drag to resize

GenericExportHandlerT, E, IGetAdditionalColumnsSetup Method

Allows injecting new columns to export and hiding existing ones.

Namespace:  CTExtensions.ExportCore.ExportHandler
Assembly:  CTInterface (in CTInterface.dll)
Syntax
protected virtual void GetAdditionalColumnsSetup(
	IListViewEx oList,
	string configuration,
	out Dictionary<string, bool> oColsToAdd,
	out List<string> oColsToHide
)

Parameters

oList
Type: IListViewEx
configuration
Type: SystemString
oColsToAdd
Type: System.Collections.GenericDictionaryString, Boolean
Dictionary from column name (i.e. Export Profile Field Label) to add to boolen indicating if it should be added visible or hidden. True for visible.
oColsToHide
Type: System.Collections.GenericListString
Existing column name (i.e. Export Profile Field Label) to hide.
See Also