Click or drag to resize
MVTCombinationInfoProviderGetCombinationName Method
Gets the formated name of the combination (i.e.: number=2 returns "Combination_002").

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static string GetCombinationName(
	int combinationNumber
)

Parameters

combinationNumber
Type: SystemInt32
The number used in the formated combination name

Return Value

Type: String
See Also