up vote 0 down vote favorite
share [g+] share [fb]

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

link|improve this question

71% accept rate
feedback

1 Answer

up vote 1 down vote accepted

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.

link|improve this answer
If I only know the project name, How can I get the project information. – Yongwei Xing Sep 25 '09 at 15:16
Sorry didn't see your comment. See stackoverflow.com/questions/1509731/… – Alex Angas Oct 2 '09 at 14:06
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.