Click or drag to resize

Generator.GetDestinationFilenamesStoreFromCache 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.11.0.0 (5.11.23.1114)
Syntax
public List<string> GetDestinationFilenamesStoreFromCache()

Return Value

Type: List<String>
The cache container for destination filenames or null if not found

Implements

IGenerator.GetDestinationFilenamesStoreFromCache()
See Also