Click or drag to resize
IWidgetContentFilterApply Method (String, Widget)
Applies the filter to the given code.

Namespace: CMS.Newsletters.Filters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax
C#
string Apply(
	string code,
	Widget widget
)

Parameters

code
Type: SystemString
Widget code to transform.
widget
Type: CMS.Newsletters.Issues.Widgets.ConfigurationWidget
Widget configuration.

Return Value

Type: String
Code with applied filter transformation.
See Also