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

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<MVTCombinationInfo> GetCombinationsWithoutWebpart(
	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