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
 
Top