IGeneratorGetDependentUponFilenamesStoreFromCache Method |
Gets the dependent upon filenames store from the task cache.
Namespace: SD.LLBLGen.Pro.ApplicationCoreAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax Dictionary<string, string> GetDependentUponFilenamesStoreFromCache()
Function GetDependentUponFilenamesStoreFromCache As Dictionary(Of String, String)
Return Value
Type:
DictionaryString,
StringThe cache container for dependentupon files or empty dictionary if not found
See Also