Click or drag to resize
MacroSettings.FileCacheDependencies Property
Outputs the file cache dependencies collected during the processing.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
Syntax
C#
public List<string> FileCacheDependencies { get; }

Property Value

Type: List<String>
See Also