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.1.0.0 (5.1.0)
Syntax List<string> GetDestinationFilenamesStoreFromCache()
Function GetDestinationFilenamesStoreFromCache As List(Of String)
Return Value
Type:
ListStringThe cache container for destination filenames or empty list if not found
See Also