BeforePermissionSetSave: Difference between revisions
From LimeSurvey Manual
DenisChenu (talk | contribs) Undo revision 63525 by DenisChenu (talk) |
Denischenu (talk | contribs) No edit summary |
||
(2 intermediate revisions by 2 users 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''' | ||
Line 9: | Line 7: | ||
The event receives the following information: | 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''' | '''Possible output''' | ||
* | * none | ||
[[Category:Plugins events]] | [[Category:Plugins events]] |
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