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

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

Parameters

pageTemplateId
Type: System.Int32
The page template id
zoneId
Type: System.String
The zone id
instanceGuid
Type: System.Guid
The instance GUID
documentId
Type: System.Int32
The document id

Return Value

Type: InfoDataSet<MVTVariantInfo>
See Also