Click or drag to resize
ContentPersonalizationVariantInfoProviderGetContentPersonalizationVariantsInternal Method (Int32, String, Guid, Int32)
Gets the Content personalization variants for a web part/zone/widget.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual InfoDataSet<ContentPersonalizationVariantInfo> GetContentPersonalizationVariantsInternal(
	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: InfoDataSetContentPersonalizationVariantInfo
See Also