Click or drag to resize
CMSEditableRegionTypeEnum Enumeration
Determines what type of server control is displayed in the editable region.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public enum CMSEditableRegionTypeEnum
Members
  Member nameValueDescription
TextBox0 Single-line textbox.
TextArea1 Multi-line textbox.
HtmlEditor2 HTML editor control.
See Also