IProcessTemplates.GetTemplateData Method

Retrieve a methodology zip file to a temporary file path

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Function GetTemplateData ( _
    templateId As Integer _
) As String
string GetTemplateData(
    int templateId
)
String^ GetTemplateData(
    int templateId
)
abstract GetTemplateData : 
        templateId:int -> string
function GetTemplateData(
    templateId : int
) : String

Parameters

Return Value

Type: System.String
The path do the template file

.NET Framework Security

See Also

Reference

IProcessTemplates Interface

Microsoft.TeamFoundation.Server Namespace