Click or drag to resize

IGeneratorAddObsoleteFilesToDeleteMove Method

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

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
void AddObsoleteFilesToDeleteMove(
	List<string> obsoleteFiles
)

Parameters

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