Click or drag to resize
IssueInfoInsertAsCloneInternal Method
Inserts cloned issues into the DB. If a cloned issue has ABTestVariants (it is the main issue of an AB tested issue), another issues will be cloned automatically as they are children of this issue.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
protected override void InsertAsCloneInternal(
	CloneSettings settings,
	CloneResult result,
	BaseInfo originalObject
)

Parameters

settings
Type: CMS.DataEngineCloneSettings
Cloning settings
result
Type: CMS.DataEngineCloneResult
Cloning result
originalObject
Type: CMS.DataEngineBaseInfo
Original source BaseInfo (object being cloned)
See Also