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

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.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