MacroSettingsAddCacheDependencies Method |
Adds the cache dependencies to the macro context.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax public void AddCacheDependencies(
IEnumerable<string> items
)
Parameters
- items
- Type: System.Collections.GenericIEnumerableString
Items to add
See Also