 | GenericExportHandlerT, E, IPerformWritebacksWithCheckoutAndCheckin Method |
Collects all cached writeback requests from the items, requests
write access to each individual file (causes check-out in PDM),
applies the writebacks, and then releases the obtained write accesses
(causes check-in to PDM) and clears cached writebacks.
Namespace:
CTExtensions.ExportCore.ExportHandler
Assembly:
CTInterface (in CTInterface.dll)
Syntaxprotected virtual void PerformWritebacksWithCheckoutAndCheckin(
List<E> items
)
Protected Overridable Sub PerformWritebacksWithCheckoutAndCheckin (
items As List(Of E)
)
Parameters
- items
- Type: System.Collections.GenericListE
See Also