Click or drag to resize
LogControlGetText Method
Gets the item text, makes the text bold if important

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
protected Object GetText(
	Object text,
	Object imp
)

Parameters

text
Type: SystemObject
Text to render
imp
Type: SystemObject
If true, the item is important

Return Value

Type: Object
See Also