Click or drag to resize
MacroSettingsAddFileCacheDependencies Method
Adds the cache dependencies to the macro context.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public void AddFileCacheDependencies(
	IEnumerable<string> files
)

Parameters

files
Type: System.Collections.GenericIEnumerableString
Files to add
See Also