Click or drag to resize
MacroSecurityProcessorCheckMacroIntegrity Method
Checks the integrity against given user.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 11.0.0
Syntax
C#
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: Boolean
See Also