Click or drag to resize
CloneSettingsOnCloneInsert Delegate
Handles actions before/after inserting the clone. Use to further modify given object according to settings.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public delegate void OnCloneInsert(
	CloneSettings settings,
	BaseInfo cloneToBeInserted
)

Parameters

settings
Type: CMS.DataEngineCloneSettings
Cloning settings
cloneToBeInserted
Type: CMS.DataEngineBaseInfo
BaseInfo object of the clone ready to be inserted
See Also