ControlsHelperGetUniqueID Method |
Gets the unique ID for the control.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 12.0.0
Syntax public static string GetUniqueID(
Control parent,
string baseId,
Control control = null
)
Parameters
- parent
- Type: System.Web.UIControl
Parent control - baseId
- Type: SystemString
Base control ID - control (Optional)
- Type: System.Web.UIControl
Control which will be assigned with the ID
Return Value
Type:
StringSee Also