OpenProject
What it does
Opens a project for further work.
Remarque : An opened project cannot be deleted. To delete the project, first close it using the CloseProject method.
Definition
int OpenProject( int sessionId, string projectNameOrGuid );
Parameters
Name | Type | Description |
sessionId | int | The ID of the connection to the Application Server |
projectNameOrGuid | string | The name or GUID of the project to be opened |
Returned value
Type | Description |
int | The ID of the opened project |
4/12/2024 6:16:03 PM