Click or drag to resize
CMSControlsHelperCollectEditableControls Method (Control)
Returns the list of all the Editable controls within the given control.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
public static List<ICMSEditableControl> CollectEditableControls(
	Control parent
)

Parameters

parent
Type: System.Web.UIControl
Parent control

Return Value

Type: ListICMSEditableControl
See Also