Click or drag to resize
DocumentSecurityEventArgs Properties

The DocumentSecurityEventArgs 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 propertyNode
Document to check
(Inherited from DocumentSecurityEventArgsTDocument.)
Public propertyObject
Processed object
(Inherited from ObjectEventArgsTObject.)
Public propertyOriginalEventArgs
Original event arguments for the event
(Inherited from CMSEventArgs.)
Public propertyPermission
Permission to check
(Inherited from ObjectSecurityEventArgsTObject.)
Public propertyResult
Result of the security check. If true, the security check is allowed
(Inherited from ObjectSecurityEventArgsTObject.)
Public propertySiteName
Site name for which the security check is performed. Doesn't necessarily have to be the same as the object site name.
(Inherited from ObjectSecurityEventArgsTObject.)
Public propertyUser
User for which the permissions is checked
(Inherited from ObjectSecurityEventArgsTObject.)
Top
See Also