Click or drag to resize
MVTVariantInfoProviderGetMVTVariantIdInternal Method
Returns the MVT variant id for the specified template and code name.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual int GetMVTVariantIdInternal(
	int pageTemplateId,
	string variantName
)

Parameters

pageTemplateId
Type: SystemInt32
The page template id
variantName
Type: SystemString
The variant code name

Return Value

Type: Int32
See Also