Click or drag to resize

GeneratorAddObsoleteFilesToDeleteMove Method

Adds the list specified as obsolete files, to be deleted or moved after the runqueue has been executed.

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public void AddObsoleteFilesToDeleteMove(
	List<string> obsoleteFiles
)

Parameters

obsoleteFiles
Type: System.Collections.GenericListString
the list of files which are considered 'obsolete'

Implements

IGeneratorAddObsoleteFilesToDeleteMove(ListString)
See Also