Click or drag to resize
AbstractAttributeGetText Method
Gets the text for the element.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
protected string GetText(
	string resourceString,
	string text
)

Parameters

resourceString
Type: SystemString
Resource string
text
Type: SystemString
Text, has higher priority

Return Value

Type: String
See Also