Click or drag to resize
MVTCombinationInfoProviderGetCombinationsWithoutWebpartInternal Method
Gets the combinations which do not contain the specified webpart (instanceGuid).

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 10.0.0
Syntax
C#
protected virtual InfoDataSet<MVTCombinationInfo> GetCombinationsWithoutWebpartInternal(
	int pageTemplateId,
	Guid instanceGuid,
	int documentId
)

Parameters

pageTemplateId
Type: SystemInt32
The template id
instanceGuid
Type: SystemGuid
The instance GUID
documentId
Type: SystemInt32
The document id

Return Value

Type: InfoDataSetMVTCombinationInfo
See Also