Click or drag to resize

GenericExportHandlerT, E, INeedsSecondsPhase Method

Indicates is second phase is required or not. By default it IS needed if we are outside SW context, the first phase succeeded and any of the items has cached writebacks or has not cancelled its conversions.

Namespace: CTExtensions.ExportCore.ExportHandler
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
protected virtual bool NeedsSecondsPhase(
	List<E> items
)

Parameters

items  ListE

Return Value

Boolean
Revision History
DateVersionDescription
-2024 SP0First Release
See Also