CMSControlsHelperCollectEditableControls Method (Control, Boolean) |
Returns the list of all the Editable controls within the given control.
Namespace: CMS.ControlsAssembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax public static List<ICMSEditableControl> CollectEditableControls(
Control parent,
bool recursive
)
Parameters
- parent
- Type: System.Web.UIControl
Parent control - recursive
- Type: SystemBoolean
If true, the editable controls are searched inside of the editable controls
Return Value
Type:
ListICMSEditableControlSee Also