SaveCustomFile
What it does
Saves a user file on the Application Server.
Definition
void SaveCustomFile( int sessionId, File file );
Parameters
| Name | Type | Description |
| sessionId | int | The ID of the connection to the Application Server |
| file | File | A user file |
Returned value
None.
4/12/2024 6:16:02 PM