Click or drag to resize
ObjectTypeInfoRaiseOnLogObjectChange Method
Raises the OnLogObjectChange event.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public void RaiseOnLogObjectChange(
	BaseInfo infoObj,
	TaskTypeEnum taskType
)

Parameters

infoObj
Type: CMS.DataEngineBaseInfo
Info object
taskType
Type: CMS.DataEngineTaskTypeEnum
Type of the task
See Also