Click or drag to resize
AbstractInfoProviderTInfo, TProvider, TQueryDeleteObjectFromHashtables Method
Deletes the object instance from the hashtables.

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

Parameters

info
Type: TInfo
Object to delete
Exceptions
ExceptionCondition
ArgumentNullExceptionWhen info is null
See Also