1

The PSI has various methods such as ReadProject that only take a project GUID and not its name.

If I only have a project's name, how do I retrieve its GUID for use in other PSI methods?

Alex Angas
  • 59,219
  • 41
  • 137
  • 210

1 Answers1

1

Use ReadProjectStatus. It allows passing through an empty GUID but a project name to retrieve this information.

Alex Angas
  • 59,219
  • 41
  • 137
  • 210