getSectionDataHandler
The getSectionDataHandler defines the method signature of the function that you pass as a callback function to
getSectionData.
Syntax
getSectionDataHandler(Object options, Boolean success, Array data) : void
Parameters
- options – The options parameter specified in the call to
getSectionDataHandler.
- success – True if the request was successful, otherwise false.
- data – An array of StudentData objects. Each object corresponds to a single student's data.
Returns
void
See Also