MacroSecurityProcessorCheckMacroIntegrity Method |
Checks the integrity against given user.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntax public static bool CheckMacroIntegrity(
string originalExpression,
MacroIdentityOption expectedIdentityOption
)
Parameters
- originalExpression
- Type: SystemString
Expression to check - expectedIdentityOption
- Type: CMS.MacroEngineMacroIdentityOption
Identity option to check
Return Value
Type:
BooleanSee Also