Click or drag to resize
ModuleCommandsOnlineMarketingEnsureDefaultCombination Method
Creates the default combination for a given page template (The default combination contains original versions of the page template webparts).

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static void OnlineMarketingEnsureDefaultCombination(
	int pageTemplateId
)

Parameters

pageTemplateId
Type: SystemInt32
The page template id
See Also