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.4.0.0 (5.4.0)
SyntaxList<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