Click or drag to resize

GenericExportHandlerT, E, IManipulateExportDataBeforeItemization Method

Override this function to do anything you like for the data before it's being itemized. Note that this is invoked for all exported configurations separately.

Namespace:  CTExtensions.ExportCore.ExportHandler
Assembly:  CTInterface (in CTInterface.dll)
Syntax
protected virtual void ManipulateExportDataBeforeItemization(
	ICTExportProfile profile,
	ICTExportProfileData data,
	string conf,
	bool bLastConfiguration
)

Parameters

profile
Type: ICTExportProfile
data
Type: ICTExportProfileData
conf
Type: SystemString
bLastConfiguration
Type: SystemBoolean
See Also