Skip to main content

What it does

Opens a project for further work.
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

NameTypeDescription
sessionIdintThe ID of the connection to the Application Server
projectNameOrGuidstringThe name or GUID of the project to be opened

Returned value

TypeDescription
intThe ID of the opened project