Click or drag to resize
MVTVariantInfoProviderGetMVTVariantsInternal Method (Int32, String, Guid, Int32)
Gets the MVT variants.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual InfoDataSet<MVTVariantInfo> GetMVTVariantsInternal(
	int pageTemplateId,
	string zoneId,
	Guid instanceGuid,
	int documentId
)

Parameters

pageTemplateId
Type: SystemInt32
The page template id
zoneId
Type: SystemString
The zone id
instanceGuid
Type: SystemGuid
The instance GUID
documentId
Type: SystemInt32
The document id

Return Value

Type: InfoDataSetMVTVariantInfo
See Also