Represents the method that will handle the file processing event.
Namespace: CMS.FormControlsAssembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- sender
- Type: System Object
Sender object
- editedObject
- Type: System Object
Depends on edited object - could be AbstractInfo or IDataClass type
- uploadedFiles
- Type: System.Collections.Generic List String
Array with IDs of uploaders where a file was uploaded
- deletedFiles
- Type: System.Collections.Generic List String
Array with IDs of uploaders where a file was deleted
See Also