| 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.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
 Syntax
Syntaxpublic BaseInfo InsertAsClone(
	CloneSettings settings
)
Parameters
- settings
- Type: CMS.DataEngineCloneSettings
 Cloning settings
Return Value
Type: 
BaseInfoReturns the newly created clone
 See Also
See Also