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

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

Parameters

info
Type: TInfo
Object to update
See Also