Click or drag to resize
ImportExportBaseGetCheckBoxName Method
Returns the name for the checkBox.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
protected string GetCheckBoxName(
	Object codeName,
	string prepos
)

Parameters

codeName
Type: SystemObject
CodeName.
prepos
Type: SystemString
Prefix for name.

Return Value

Type: String
CheckBox name.
See Also