Click or drag to resize
MVTCombinationInfoProviderGetNewCombinationCustomNameInternal Method
Combines the old custom name with the new variant.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected string GetNewCombinationCustomNameInternal(
	string oldCombinationCustomName,
	string newVariantName,
	int newCombinationNumber
)

Parameters

oldCombinationCustomName
Type: SystemString
The old combination custom name
newVariantName
Type: SystemString
The new variant name
newCombinationNumber
Type: SystemInt32
The new combination number

Return Value

Type: String
See Also