Actions

BeforeModelDeleteMany

From LimeSurvey Manual

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

When

Just before deleting many database model.

  All way of deleting many model didn't launch this event


Input

  • model : The current model as a ActiveRecord
  • filterCriteria : The criteria as a CDbCriteria
  • surveyId : related survey id if exist
  • iSurveyID : related survey id if exist
  • dynamicId : related dynamic id if exist (for Token and Response)

Possible output

None.