Click or drag to resize
InfoObjectCollection<TInfo>.ClearCacheCallback Method
Clears the collection cache

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
protected static void ClearCacheCallback(
	IInfoObjectCollection col,
	Object parameter
)

Parameters

col
Type: CMS.DataEngine.IInfoObjectCollection
Target collection
parameter
Type: System.Object
Callback parameter
See Also