  | GenericExportHandlerT, E, IExport Method | 
            User has clicked the Export button, and the items are prepared for the export.
            Remember to check the export case using 
CurrentExportCase and if
            
SilentMode is set.
            
 Namespace: CTExtensions.ExportCore.ExportHandlerAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxprotected abstract bool Export(
	List<E> items
)
Protected MustOverride Function Export ( 
	items As List(Of E)
) As Boolean
Parameters
- items  ListE
 
Return Value
BooleanTrue for success, false otherwise
Revision History| Date | Version | Description | 
|---|
| - | 2024 SP0 | First Release | 
See Also