Click or drag to resize
ControlsHelperGetUniqueID Method (Control, String, Control)
Gets the unique ID for the control.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
public static string GetUniqueID(
	Control parent,
	string baseId,
	Control control
)

Parameters

parent
Type: System.Web.UIControl
Parent control
baseId
Type: SystemString
Base control ID
control
Type: System.Web.UIControl
Control which will be assigned with the ID

Return Value

Type: String
See Also