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)
Syntax
protected virtual bool NeedsSecondsPhase(
	List<E> items
)

Parameters

items
Type: System.Collections.GenericListE

Return Value

Type: Boolean
See Also