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) Version: 25.0
Syntax
protected virtual void ManipulateExportDataBeforeItemization(
	ICTExportProfile profile,
	ICTExportProfileData data,
	string conf,
	bool bLastConfiguration
)

Parameters

profile  ICTExportProfile
data  ICTExportProfileData
conf  String
bLastConfiguration  Boolean
Revision History
DateVersionDescription
-2024 SP0First Release
See Also