Click or drag to resize
BaseInfoInsertAsClone Method
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.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected virtual 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: BaseInfo
Returns the newly created clone
See Also