RemoveCustomFile
What it does
Removes a user file from the Application Server.
Definition
void RemoveCustomFile( int sessionId, string fileName );
Parameters
| Name | Type | Description | 
| sessionId | int | The ID of the connection to the Application Server | 
| fileName | string | The name of the file to be removed from the Application Server | 
Returned value
None.
4/12/2024 6:16:03 PM