AuthenticationHelper ResolveMacrosWithParameters Method Kentico 8.0 API Reference
Resolves the macros within given text.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

inputText
Type: OnlineSystem String
Input text
sourceParameters
Type:  OnlineSystem String 
Source parameters (couples [Name, Value]). The data is available with macro {%Name%}
encodeResolvedValues
Type: OnlineSystem Boolean
If true, resolved values are encoded by default

Return Value

Type: OnlineString
Returns input text with resolved macros.
See Also