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
templateId
Type: System.Int32The id of the template
Return Value
Type: System.String
The path do the template file
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.