Click or drag to resize
AbstractInfoProviderTInfo, TProviderUpdateObjectInHashtables Method
Updates the object instance in the hashtables. Updates is different than register, because it logs task about changing object.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual void UpdateObjectInHashtables(
	TInfo info
)

Parameters

info
Type: TInfo
Object to update
See Also