Question

How to know if a project is checked out or checked in from PSI?

Was it helpful?

Solution

Use Project.ReadProjectList or Project.ReadProject.

This will return a ProjectDataTable in ProjectDataSet.Project. From there you can check the PROJ_CHECKOUTBY and PROJ_CHECKOUTDATE columns.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top