JMap.Application.Project.activateById
Activate the project for a given project id.
If you use JMap Server NG, use this function instaed of JMap.Project.activateById.
This function does the same as JMap.Project.activateById but also manages things for the application UI.
the JMap project id
the project
if project id invalid or project not found
// activate project id=33JMap.Application.Project.activateById(33) Copy
// activate project id=33JMap.Application.Project.activateById(33)
JMap.Application.Project.activateById
Activate the project for a given project id.
If you use JMap Server NG, use this function instaed of JMap.Project.activateById.
This function does the same as JMap.Project.activateById but also manages things for the application UI.