MacroDebug.LogSecurityCheckFailure Method |
Logs the failure information.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax public static void LogSecurityCheckFailure(
string expression,
string userName
)
Parameters
- expression
- Type: System.String
Expression the evaluation of which failed - userName
- Type: System.String
User name
See Also