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.8.0.0 (5.8.21.0208)
Syntax void 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