Click or drag to resize
EditableWebPartPropertyApplyReplacements Method
Applies the replacements to the given text

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.2.23
Syntax
C#
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: String
See Also