Click or drag to resize
DataClassInfoProviderBaseTProviderUpdateObjectInHashtables Method
Updates the object instance in the hashtables. Updates is different than RegisterObjectInHashtables(TInfo), because it logs task about changing object.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
protected override void UpdateObjectInHashtables(
	DataClassInfo info
)

Parameters

info
Type: CMS.DataEngineDataClassInfo
Object to update
See Also