| MVTCombinationInfoProviderGetNewCombinationCustomName Method  | 
            Combines the old custom name with the new variant.
            
 
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntaxpublic static string GetNewCombinationCustomName(
	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