Click or drag to resize
MVTCombinationInfoProviderGetCombinationsWithoutZone 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#
public static InfoDataSet<MVTCombinationInfo> GetCombinationsWithoutZone(
	int pageTemplateId,
	string zoneId,
	int documentId
)

Parameters

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

Return Value

Type: InfoDataSetMVTCombinationInfo
See Also