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

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

Return Value

Type: ListString
The cache container for destination filenames or null if not found

Implements

IGeneratorGetDestinationFilenamesStoreFromCache
See Also