If I only know the name of the project, how do I get its GUID?

PSI has various methods like ReadProject that only accept the project's GUID and not its name.

If I only have the name of the project, how can I get its GUID for use in other PSI methods?

+1


source to share


1 answer


Use ReadProjectStatus . It allows you to go through a blank GUID but project name to get this information.



+1


source







All Articles