MVTCombinationInfoProviderGetNewCombinationCustomName Method |
Combines the old custom name with the new variant.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax public 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:
StringSee Also