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

Parameters

items
Type: System.Collections.GenericListE

Return Value

Type: Boolean
True for success, false otherwise
See Also