Click or drag to resize

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) Version: 25.0
Syntax
protected abstract bool Export(
	List<E> items
)

Parameters

items  ListE

Return Value

Boolean
True for success, false otherwise
Revision History
DateVersionDescription
-2024 SP0First Release
See Also