 | GenericExportHandlerT, E, IGetAdditionalColumnsSetup2 Method |
Allows defining Editable columns in List view.
Namespace: CTExtensions.ExportCore.ExportHandlerAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxprotected virtual void GetAdditionalColumnsSetup2(
IListViewEx oList,
string configuration,
out Dictionary<string, bool> oColsToAdd,
out List<string> oColsToHide,
out List<string> oEditableCols
)
Protected Overridable Sub GetAdditionalColumnsSetup2 (
oList As IListViewEx,
configuration As String,
<OutAttribute> ByRef oColsToAdd As Dictionary(Of String, Boolean),
<OutAttribute> ByRef oColsToHide As List(Of String),
<OutAttribute> ByRef oEditableCols As List(Of String)
)
Parameters
- oList IListViewEx
- configuration String
- oColsToAdd DictionaryString, 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 ListString
- Existing column name (i.e. Export Profile Field Label) to hide.
- oEditableCols ListString
- Existing column names (i.e. Export Profile Field Labels) to set editable in the Export view.
Revision HistoryDate | Version | Description |
---|
- | 2025 SP0 | First Release |
See Also