Copied internal method from CatalogZoneBase as it is needed in PortalCatalogPartChrome.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public string GetCheckBoxID(
	string value
)
Visual Basic
Public Function GetCheckBoxID ( 
	value As String
) As String
Visual C++
public:
String^ GetCheckBoxID(
	String^ value
)
F#
member GetCheckBoxID : 
        value : string -> string 

Parameters

value
Type: System..::..String
Checkbox value.

Return Value

Type: String
Formatted checkbox ID.

See Also