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 ObjectEventArgs<TObject>.)
Public propertyCurrentHandler
Currently executing handler
(Inherited from CMSEventArgs.)
Public propertyNode
Document to check
(Inherited from DocumentSecurityEventArgs<TDocument>.)
Public propertyObject
Processed object
(Inherited from ObjectEventArgs<TObject>.)
Public propertyOriginalEventArgs
Original event arguments for the event
(Inherited from CMSEventArgs.)
Public propertyPermission
Permission to check
(Inherited from ObjectSecurityEventArgs<TObject>.)
Public propertyResult
Result of the security check. If true, the security check is allowed
(Inherited from ObjectSecurityEventArgs<TObject>.)
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 ObjectSecurityEventArgs<TObject>.)
Public propertyUser
User for which the permissions is checked
(Inherited from ObjectSecurityEventArgs<TObject>.)
Top
See Also