Click or drag to resize
PortalHelperRegisterEditableControl Method
Registers the editable 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 RegisterEditableControl(
	ICMSEditableControl control
)

Parameters

control
Type: CMS.PortalEngine.Web.UIICMSEditableControl
Control to register
See Also