Click or drag to resize
PersonaInfoInsertAsCloneInternal Method
Clones related score before cloning persona.

Namespace: CMS.Personas
Assembly: CMS.Personas (in CMS.Personas.dll) Version: 8.2.23
Syntax
C#
protected override void InsertAsCloneInternal(
	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