BaseInfo InsertAsCloneInternal Method Kentico 8.1 API Reference
This method is called on cloned object prepared in memory by InsertAsClone method. Override if you need to do further actions before inserting actual object to DB (insert special objects, modify foreign keys, copy files, etc.). Calls Insert() by default.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

settings
Type: CMS.DataEngine CloneSettings
Cloning settings
result
Type: CMS.DataEngine CloneResult
Result of the cloning - messages in this object will be altered by processing this method
originalObject
Type: CMS.DataEngine BaseInfo
Original source BaseInfo (object being cloned)
See Also