MacroSecurityProcessorRemoveMacroSecurityParams Method (String, String, String) |
Removes |(hash) and |(user) security parameters from given expression.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax public static string RemoveMacroSecurityParams(
string expression,
out string user,
out string hash
)
Parameters
- expression
- Type: SystemString
Macro expression to remove the parameters from - user
- Type: SystemString
Value of the removed user parameter - hash
- Type: SystemString
Value of the removed hash parameter
Return Value
Type:
StringSee Also