Click or drag to resize
ControlsHelperGetControlsOfTypeT Method
Returns controls collection for specified type

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public static IEnumerable<T> GetControlsOfType<T>(
	Control parent
)
where T : Control

Parameters

parent
Type: System.Web.UIControl
Parent control

Type Parameters

T
Control type

Return Value

Type: IEnumerableT
See Also