How can we get the Project Workspace url when we are publishing th

R

Ravishankar

I want to retrieve the project workspace url when publishing the project from
project pro to the server using code. is there anyway to do it?
 
O

Owe Evans

You can retrieve it via the Project Event Reciever catching the OnPublishing
event.

In the code - look at ProjectPrePublishEventArgs e, in particular the
e.WssUrl property

BR,
Owe
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top