Click or drag to resize
CMSControlsHelperRegisterEditableControl Method
Registers the editable control.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
public static void RegisterEditableControl(
	ICMSEditableControl control
)

Parameters

control
Type: CMS.ControlsICMSEditableControl
Control to register
See Also