Project Template name using PSI

V

virsharma

How can I get Project Template name using PSI from Project Server. I know an
approach but it takes time … we can retrieve Project from PSI and them we can
check its type but it takes much time.
Thanks and Regards,
Virendra Sharma
 
R

Ray McCoppin

You can get a list of Templates by using the following method from the
Project Web Service and setting the projType to template.

Public Function ReadProjectStatus ( _
projGuid As Guid, _
dataStore As DataStoreEnum, _
projName As String, _
projType As Integer _
) As ProjectDataSet

Hope this helps
--
Ray McCoppin

http://www.randsmanagement.com
Project Server 2007 Archive Tool
SRS gantt charts
 

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