Click or drag to resize
InfoObjectCollectionTInfoClearCacheCallback Method
Clears the collection cache

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

Parameters

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