 | GenericExportHandler<T, E, I>.SecondPhaseInitialized Method |
Called after deserialization is done and this class and all items have all data
available. Calls
PerformWritebacksWithCheckoutAndCheckin(List<E> ) 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.ExportHandlerAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxprotected virtual void SecondPhaseInitialized(
List<E> items
)
Protected Overridable Sub SecondPhaseInitialized (
items As List(Of E)
)
Parameters
- items List<E>
Return Value
Revision HistoryDate | Version | Description |
---|
- | 2024 SP0 | First Release |
See Also