Click or drag to resize
CMSControlsHelper Class
CMS controls helper methods.
Inheritance Hierarchy
SystemObject
  CMS.ControlsCMSControlsHelper

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
public static class CMSControlsHelper

The CMSControlsHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCollectEditableControls(Control)
Returns the list of all the Editable controls within the given control.
Public methodStatic memberCollectEditableControls(Control, Boolean)
Returns the list of all the Editable controls within the given control.
Public methodStatic memberGetControlLayoutEnum
Converts control layout string to enumeration.
Public methodStatic memberGetControlLayoutString
Converts control layout enumeration to string.
Public methodStatic memberGetControlTagKey
Gets the tag used for the controls envelope
Public methodStatic memberGetFilter
Returns filter control from filter collection.
Public methodStatic memberRegisterEditableControl
Registers the editable control.
Public methodStatic memberSetFilter
Sets filter control to filter collection
Top
Properties
  NameDescription
Public propertyStatic memberEditDocumentScript
Script code for the dialog handling.
Top
See Also