CloseProject
What it does
Closes a previously opened project.
Definition
void CloseProject( int sessionId, int projectId );
Parameters
Name | Type | Description |
sessionId | int | The ID of the connection to the Application Server |
projectId | int | The ID of the project to be closed |
Returned value
None.
4/12/2024 6:16:02 PM