 | 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)
Syntaxprotected virtual void ManipulateExportDataBeforeItemization(
ICTExportProfile profile,
ICTExportProfileData data,
string conf,
bool bLastConfiguration
)
Protected Overridable Sub ManipulateExportDataBeforeItemization (
profile As ICTExportProfile,
data As ICTExportProfileData,
conf As String,
bLastConfiguration As Boolean
)
Parameters
- profile
- Type: ICTExportProfile
- data
- Type: ICTExportProfileData
- conf
- Type: SystemString
- bLastConfiguration
- Type: SystemBoolean
See Also