MVTCombinationInfoProviderGetCombinationsWithoutZoneInternal Method |
Gets the combinations which do not contain the specified zone.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 12.0.0
Syntax 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:
InfoDataSetMVTCombinationInfoSee Also