Click or drag to resize

IGenerator.GetDependentUponFilenamesStoreFromCache Method

Gets the dependent upon filenames store from the task cache.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
Dictionary<string, string> GetDependentUponFilenamesStoreFromCache()

Return Value

Type: Dictionary<String, String>
The cache container for dependentupon files or empty dictionary if not found
See Also