MacroSecurityProcessorRemoveMacroSecurityParams Method (String, MacroIdentityOption, String) |
Removes |(hash) and |(user) or |(identity) security parameters from given expression.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax public static string RemoveMacroSecurityParams(
string expression,
out MacroIdentityOption identityOption,
out string hash
)
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) - hash
- Type: SystemString
Value of the removed hash parameter
Return Value
Type:
StringSee Also