Click or drag to resize
CMSAbstractManagerEventArgsType, SimpleEventArgsTypeAddText Method
Adds additional text

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 9.0.0
Syntax
C#
protected string AddText(
	string original,
	string text
)

Parameters

original
Type: SystemString
Original text
text
Type: SystemString
Additional text

Return Value

Type: String
See Also