ControlsHelperGetControlsOfTypeT Method |
Returns controls collection for specified type
Namespace: CMS.ExtendedControlsAssembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax 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:
IEnumerableTSee Also