Click or drag to resize
ObjectSecurityEventArgsTObject Properties

The ObjectSecurityEventArgsTObject generic type exposes the following members.

Properties
  NameDescription
Public propertyContent
Object content. Used when it makes sense: Search indexing
(Inherited from ObjectEventArgsTObject.)
Public propertyCurrentHandler
Currently executing handler
(Inherited from CMSEventArgs.)
Public propertyObject
Processed object
(Inherited from ObjectEventArgsTObject.)
Public propertyOriginalEventArgs
Original event arguments for the event
(Inherited from CMSEventArgs.)
Public propertyPermission
Permission to check
Public propertyResult
Result of the security check. If true, the security check is allowed
Public propertySiteName
Site name for which the security check is performed. Doesn't necessarily have to be the same as the object site name.
Public propertyUser
User for which the permissions is checked
Top
See Also