vote up 0 vote down star

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

flag

58% accept rate

1 Answer

vote up 1 vote down check

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|flag
If I only know the project name, How can I get the project information. – Yongwei Xing Sep 25 at 15:16
Sorry didn't see your comment. See stackoverflow.com/questions/1509731/… – Alex Angas Oct 2 at 14:06

Your Answer

Get an OpenID
or

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