CloneSettingsOnCloneInsert Delegate |
Handles actions before/after inserting the clone. Use to further modify given object according to settings.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax 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