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

Parameters

items
Type: System.Collections.GenericListE
See Also