FormEngineUserControlGetInputClientID Method |
Gets client ID of first inner control.
Namespace: CMS.FormControlsAssembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax protected string GetInputClientID(
ControlCollection controls
)
Parameters
- controls
- Type: System.Web.UIControlCollection
Collection of inner controls to look for input control. If null then this.Controls collection is used
Return Value
Type:
StringReturns client ID of input control
See Also