MacroSettingsAddFileCacheDependencies 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 AddFileCacheDependencies(
IEnumerable<string> files
)
Parameters
- files
- Type: System.Collections.GenericIEnumerableString
Files to add
See Also