 | 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.ExportHandler
Assembly:
CTInterface (in CTInterface.dll)
Syntaxprotected abstract bool Export(
List<E> items
)
Protected MustOverride Function Export (
items As List(Of E)
) As Boolean
Parameters
- items
- Type: System.Collections.GenericListE
Return Value
Type:
BooleanTrue for success, false otherwise
See Also