Click or drag to resize
InfoObjectCollectionAddCacheDependencies Method
Adds the given list of cache dependencies to the collection

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public virtual void AddCacheDependencies(
	params string[] keys
)

Parameters

keys
Type: SystemString
Keys to add
See Also