Hi,
In the user guide about Event Handlers, Event Handlers (m-files.com) there is mentioned that you can for example prevent downloading of many files.
My question is how can I access this information from the Event Handler? There are BeforeFileDownload and AfterFileDownload, but not any documentation that I kind find of the number of files downloaded.
Where I can access how many files are being downloaded in one session or can you only access this information file by file?
I would like to create a notification when a user downloads a number of files over the limit and send a notification about this to the admins.