MacroSecurityProcessorCheckMacroIntegrity Method |
Checks the integrity against given user.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax public static bool CheckMacroIntegrity(
string originalExpression,
string userName
)
Parameters
- originalExpression
- Type: SystemString
Expression to check - userName
- Type: SystemString
Name of the user to check
Return Value
Type:
BooleanSee Also