Click or drag to resize
InfoObjectCollectionClearCacheCallback Method
Clears the collection cache

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

Parameters

col
Type: CMS.DataEngineInfoObjectCollection
Target collection
parameter
Type: SystemObject
Callback parameter
See Also