Click or drag to resize
PortalHelperCollectEditableControls Method
Returns the list of all the Editable controls within the given control.

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 9.0.0
Syntax
C#
public static List<ICMSEditableControl> CollectEditableControls(
	Control parent,
	bool recursive,
	bool excludePlaceholder
)

Parameters

parent
Type: System.Web.UIControl
Parent control
recursive
Type: SystemBoolean
If true, the editable controls are searched inside of the editable controls
excludePlaceholder
Type: SystemBoolean
If true, placeholder control is excluded from lookup

Return Value

Type: ListICMSEditableControl
See Also