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