Skip to main content

What it does

Removes a user file from the Application Server.

Definition

void RemoveCustomFile( int sessionId, string fileName );

Parameters

NameTypeDescription
sessionIdintThe ID of the connection to the Application Server
fileNamestringThe name of the file to be removed from the Application Server

Returned value

None.