Click or drag to resize
MVTCombinationInfoProviderGetCombinationsWithoutZoneInternal Method
Gets the combinations which do not contain the specified zone.

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

Parameters

pageTemplateId
Type: SystemInt32
The page template id
zoneId
Type: SystemString
The zone id
documentId
Type: SystemInt32
The document id

Return Value

Type: InfoDataSetMVTCombinationInfo
See Also