Click or drag to resize
LocalizedLabelGetText Method
Gets the final text of the control.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public string GetText(
	bool addCharacters = true
)

Parameters

addCharacters (Optional)
Type: SystemBoolean
If allowed special characters are added to the text, e.g. colon, required mark (optional; default value is TRUE).

Return Value

Type: String
See Also