Skip to main content

What it does

Saves a user file on the Application Server.

Definition

void SaveCustomFile( int sessionId, File file );

Parameters

NameTypeDescription
sessionIdintThe ID of the connection to the Application Server
fileFileA user file

Returned value

None.