Click or drag to resize
DiscussionMacroResolverRemoveTags Method
Remove all BB tags from the text.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string RemoveTags(
	string sourceText
)

Parameters

sourceText
Type: SystemString
Text containing BB macros to be removed

Return Value

Type: String
See Also