BaseInfoInsertAsClonePostprocessing Method |
This method is called once the object is completely cloned (with all children, bindings, etc.).
Override if you need to do further actions after the object has been cloned.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax protected internal virtual void InsertAsClonePostprocessing(
CloneSettings settings,
CloneResult result,
BaseInfo originalObject
)
Parameters
- settings
- Type: CMS.DataEngineCloneSettings
Cloning settings - result
- Type: CMS.DataEngineCloneResult
Result of the cloning - messages in this object will be altered by processing this method - originalObject
- Type: CMS.DataEngineBaseInfo
Original source BaseInfo (object being cloned)
See Also