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

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