Click or drag to resize
BaseInfoGeneralizedInfoWrapperInsertAsClone Method (CloneSettings)
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: 8.2.23
Syntax
C#
public BaseInfo InsertAsClone(
	CloneSettings settings
)

Parameters

settings
Type: CMS.DataEngineCloneSettings
Cloning settings

Return Value

Type: BaseInfo
Returns the newly created clone
See Also