Click or drag to resize
CMSPagePlaceholderRegisterEditLayoutScript Method
Registers edit layout script for specified control

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public static void RegisterEditLayoutScript(
	Control ctrl,
	int templateId,
	string aliasPath,
	LayoutInfo li
)

Parameters

ctrl
Type: System.Web.UIControl
Control
templateId
Type: SystemInt32
Page template id
aliasPath
Type: SystemString
Node alias path
li
Type: CMS.PortalEngineLayoutInfo
Layout info
See Also