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