| AuthenticationHelperResolveMacrosWithParameters Method | 
            Resolves the macros within given text.
            
 
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
 Syntax
Syntaxpublic static string ResolveMacrosWithParameters(
	string inputText,
	string[,] sourceParameters,
	bool encodeResolvedValues
)
Parameters
- inputText
- Type: SystemString
 Input text
- sourceParameters
- Type: SystemString
 Source parameters (couples [Name, Value]). The data is available with macro {%Name%}
- encodeResolvedValues
- Type: SystemBoolean
 If true, resolved values are encoded by default
Return Value
Type: 
StringReturns input text with resolved macros.
 See Also
See Also