Click or drag to resize
ModuleCommands.OnlineMarketingEnsureDefaultCombination 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: 11.0.0
Syntax
C#
public static void OnlineMarketingEnsureDefaultCombination(
	int pageTemplateId
)

Parameters

pageTemplateId
Type: System.Int32
The page template id
See Also