Click or drag to resize
CloneSettingsBeforeCloneInsertCallback Property
Handles actions before inserting the clone. Use to further modify given object according to settings.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public CloneSettingsOnCloneInsert BeforeCloneInsertCallback { get; set; }

Property Value

Type: CloneSettingsOnCloneInsert
See Also