Click or drag to resize
MacroSecurityProcessorAddMacroSecurityParams Method (String, String)
Adds |(hash) and |(user) security parameters to given expression.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax
C#
public static string AddMacroSecurityParams(
	string expression,
	string userName
)

Parameters

expression
Type: SystemString
Macro expression to add the parameters to
userName
Type: SystemString
Name of the user

Return Value

Type: String
See Also