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.7.0.0 (5.7.0)
Syntaxvoid AddObsoleteFilesToDeleteMove(
	List<string> obsoleteFiles
)
Sub AddObsoleteFilesToDeleteMove ( 
	obsoleteFiles As List(Of String)
)
Parameters
- obsoleteFiles
 - Type: System.Collections.GenericListString
the list of files which are considered 'obsolete' 
See Also