This documentation is archived and is not being maintained.

IProcessTemplates::UploadMethodology Method

Note: This API is now obsolete.

This method is obsolete. Please use AddUpdateTemplate instead.

Uploads the template resources for the given template id

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

[ObsoleteAttribute(L"Please use AddUpdateTemplate instead")]
void UploadMethodology(
	String^ fileName, 
	int templateId
)

Parameters

fileName
Type: System::String

The name of the zip file that contains the process template resources

templateId
Type: System::Int32

THe id of the process template

Show: