ControlsHelper GetChildControl Method (Control,  Type , String)Kentico 8.0 API Reference
Gets the first child control of specified ID for given control.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

control
Type: OnlineSystem.Web.UI Control
Control
types
Type:  OnlineSystem Type 
Array of controls types to find
controlId
Type: OnlineSystem String
Child control ID

Return Value

Type: OnlineControl
See Also