BeforePermissionSetSave: Difference between revisions
From LimeSurvey Manual
DenisChenu (talk | contribs) Undo revision 63524 by DenisChenu (talk) |
Denischenu (talk | contribs) No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
'''When''' | '''When''' | ||
This event is fired when | This event is fired when a participant upload a file in Upload file question type | ||
'''Input''' | '''Input''' |
Latest revision as of 12:32, 14 November 2024
When
This event is fired when a participant upload a file in Upload file question type
Input
The event receives the following information:
- aNewPermissions The array of new permission
- iSurveyID The entity id, 0 for global
- iUserID The user id
Possible output
- none