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

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

Parameters

expression
Type: SystemString
Macro expression to remove the parameters from
identityOption
Type: CMS.MacroEngineMacroIdentityOption
Value of the removed identity option parameter (either macro identity name or user name)

Return Value

Type: String
See Also