Click or drag to resize
MacroSecurityProcessorRemoveMacroSecurityParams Method (String, String)
Removes |(hash) and |(user) security parameters from given expression.

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

Parameters

expression
Type: SystemString
Macro expression to remove the parameters from
user
Type: SystemString
Value of the removed user parameter

Return Value

Type: String
See Also