BaseInfoGeneralizedInfoWrapperInsertAsClone Method (CloneSettings, CloneResult) |
Inserts the object as a new object to the DB with inner data and structure (according to given settings) cloned from the original.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public BaseInfo InsertAsClone(
CloneSettings settings,
CloneResult result
)
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
Return Value
Type:
BaseInfoReturns the newly created clone
See Also