Click or drag to resize

GenericExportHandlerT, E, IShowExportDoneMessage Method

Namespace:  CTExtensions.ExportCore.ExportHandler
Assembly:  CTInterface (in CTInterface.dll)
Syntax
protected virtual void ShowExportDoneMessage(
	bool bSucceeded,
	List<E> items
)

Parameters

bSucceeded
Type: SystemBoolean
items
Type: System.Collections.GenericListE
See Also