MacroSecurityProcessorRemoveMacroSecurityParams Method (String, MacroIdentityOption) |
Removes |(hash) and |(user) or |(identity) security parameters from given expression.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntax 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:
StringSee Also