Click or drag to resize
BaseInfoClearCachedValues Method
Clears the cached values depending on the given column value.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
protected void ClearCachedValues(
	string columnName = null
)

Parameters

columnName (Optional)
Type: SystemString
Column name, if not provided, all cached values are cleared.
See Also