 | GenericExportHandlerT, E, ISecondPhaseInitialized Method |
Called after deserialization is done and this class and all items have all data
available. Calls
PerformWritebacksWithCheckoutAndCheckin(ListE) to write
pending value writebacks as the conversions are performed after this and it might
be important to have updated values visible in converted documents.
Namespace:
CTExtensions.ExportCore.ExportHandler
Assembly:
CTInterface (in CTInterface.dll)
Syntaxprotected virtual void SecondPhaseInitialized(
List<E> items
)
Protected Overridable Sub SecondPhaseInitialized (
items As List(Of E)
)
Parameters
- items
- Type: System.Collections.GenericListE
Return Value
Type:
See Also