Returns the list of all the Editable controls within the given control.
Namespace: CMS.PortalControlsAssembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- parent
- Type: System.Web.UI Control
Parent control
- recursive
- Type: System Boolean
If true, the editable controls are searched inside of the editable controls
- excludePlaceholder
- Type: System Boolean
If true, placeholder control is excluded from lookup
Return Value
Type: List ICMSEditableControlSee Also