Click or drag to resize

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) Version: 25.0
Syntax
protected virtual void PerformWritebacksWithCheckoutAndCheckin(
	List<E> items
)

Parameters

items  ListE
Revision History
DateVersionDescription
-2024 SP0First Release
See Also