Click or drag to resize
MacroSecurityEventArgs Properties

The MacroSecurityEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyContext
Evaluation context under which the macro is being resolved.
Public propertyCurrentHandler
Currently executing handler
(Inherited from CMSEventArgs.)
Public propertyObjectToCheck
Object which should be checked.
Public propertyOnlyCollections
If true, only collections should be checked within this permission check request.
Public propertyOriginalEventArgs
Original event arguments for the event
(Inherited from CMSEventArgs.)
Public propertyResult
Result of the security check. If true, the security check is allowed.
Top
See Also