PortalHelper CollectEditableControls Method Kentico 8.1 API Reference
Returns the list of all the Editable controls within the given control.

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.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
excludePlaceholder
Type: OnlineSystem Boolean
If true, placeholder control is excluded from lookup

Return Value

Type: OnlineList ICMSEditableControl 
See Also