Click or drag to resize
AuthenticationHelperResolveMacrosWithParameters Method
Resolves the macros within given text.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public 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: String
Returns input text with resolved macros.
See Also