MacroRuleTree GetParameterText Method Kentico 8.1 API Reference
Processes the text of parameter (handles multivalue parameters separated with new line).

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

paramText
Type: OnlineSystem String
Parameter text
includingMarkup
Type: OnlineSystem Boolean
If true, rule is formatted using HTML markup
cssClass (Optional)
Type: OnlineSystem String
Class which will be used (used only when includingMarkup is true), can be null
valueType (Optional)
Type: OnlineSystem String
Type of the parameter text value
valueTransformation (Optional)
Type: OnlineSystem Func OnlineObject, OnlineObject 
Transformation function which is used to further modify the displayed parameter value (used for example to add TimeZones support for date time parameter values)

Return Value

Type: OnlineString
See Also