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.
12.04.2024 18:16:01