This documentation is archived and is not being maintained.
IProcessTemplates::UploadMethodology Method
Visual Studio 2013
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
- 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.
Show: