CMSControlsHelper CollectEditableControls Method (Control, Boolean)Kentico 8.1 API Reference
Returns the list of all the Editable controls within the given control.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

parent
Type: OnlineSystem.Web.UI Control
Parent control
recursive
Type: OnlineSystem Boolean
If true, the editable controls are searched inside of the editable controls

Return Value

Type: OnlineList ICMSEditableControl 
See Also