Click or drag to resize
IGeneratorGetDestinationFilenamesStoreFromCache Method
Gets the destination filenames store from the task cache.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
List<string> GetDestinationFilenamesStoreFromCache()

Return Value

Type: ListString
The cache container for destination filenames or empty list if not found
See Also