LocalizedLabelGetText Method |
Gets the final text of the control.
Namespace: CMS.ExtendedControlsAssembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
Syntax 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:
StringSee Also