  | GenericExportHandlerT, E, ISecondPhaseExport Method | 
Namespace: CTExtensions.ExportCore.ExportHandlerAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxprotected abstract bool SecondPhaseExport(
	List<E> items
)
Protected MustOverride Function SecondPhaseExport ( 
	items As List(Of E)
) As Boolean
Parameters
- items  ListE
 
Return Value
BooleanTrue for success, false otherwise
See Also