How can I programmatically retrieve a list of project file names from Project Server?

67 Views Asked by At

I have a tool that needs to open Project files to get data out of them. Some of these project files are hosted on the Project Server site rather than a network location that can be browsed to with a normal file explorer.

I know you can open files that are hosted on Project Server using the FileOpenEx method using the <>\[FileName] notation. I just need to get a list of the project names on Project server.

Is this possible? If so, how can I do it?

0

There are 0 best solutions below