Click or drag to resize
EmailBuilderContentFilterApply Method (String)
Applies the filter to the given text.

Namespace: CMS.Newsletters.Filters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 11.0.0
Syntax
C#
public string Apply(
	string text
)

Parameters

text
Type: SystemString
Text to transform.

Return Value

Type: String
Text with applied filter transformation.

Implements

IEmailContentFilterApply(String)
See Also