Table of Contents

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 CloneSettings

Cloning settings

cloneToBeInserted BaseInfo

BaseInfo object of the clone ready to be inserted

Extension Methods