 | GenericExportHandlerT, E, ICancelConversionsFromUnaffectedItems Method |
Checks if items are affected by currently set conversion rules, and if not, set cancelled flag.
Namespace:
CTExtensions.ExportCore.ExportHandler
Assembly:
CTInterface (in CTInterface.dll)
Syntaxprotected void CancelConversionsFromUnaffectedItems(
List<E> items
)
Protected Sub CancelConversionsFromUnaffectedItems (
items As List(Of E)
)
Parameters
- items
- Type: System.Collections.GenericListE
See Also