Click or drag to resize
MacroSecurityProcessorOnCheckObjectPermissions Event
Event which is called whenever the security check on object is requested. It's called after the standard check is processed and the result can be overriden with this handler.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 11.0.0
Syntax
C#
public static event EventHandler<MacroSecurityEventArgs> OnCheckObjectPermissions

Value

Type: SystemEventHandlerMacroSecurityEventArgs
See Also