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

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax
C#
public void AddCacheDependencies(
	IEnumerable<string> items
)

Parameters

items
Type: System.Collections.GenericIEnumerableString
Items to add
See Also