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

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 9.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