Click or drag to resize
ObjectTypeInfoCopyEventsTo Method
Copies the event's hooks from current ObjectTypeInfo to specified one.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected void CopyEventsTo(
	ObjectTypeInfo info
)

Parameters

info
Type: CMS.DataEngineObjectTypeInfo
Target.
Remarks
Do not use in custom code!
See Also