EditableWebPartPropertyApplyReplacements Method |
Applies the replacements to the given text
Namespace: CMS.PortalControlsAssembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.2.23
Syntax public static string ApplyReplacements(
string text,
bool removeFormatting
)
Parameters
- text
- Type: SystemString
Text to modify - removeFormatting
- Type: SystemBoolean
It true, the formatting is removed instead of applied
Return Value
Type:
StringSee Also