Delegate CloneSettings.OnCloneInsert
- Namespace
- CMS.DataEngine
- Assembly
- CMS.DataEngine.dll
Handles actions before/after inserting the clone. Use to further modify given object according to settings.
public delegate void CloneSettings.OnCloneInsert(CloneSettings settings, BaseInfo cloneToBeInserted)
Parameters
settings
CloneSettingsCloning settings
cloneToBeInserted
BaseInfoBaseInfo object of the clone ready to be inserted
- Extension Methods