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
 
Top