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)
Syntax
'Declaration
<ObsoleteAttribute("Please use AddUpdateTemplate instead")> _
Sub UploadMethodology ( _
    fileName As String, _
    templateId As Integer _
)
[ObsoleteAttribute("Please use AddUpdateTemplate instead")]
void UploadMethodology(
    string fileName,
    int templateId
)
[ObsoleteAttribute(L"Please use AddUpdateTemplate instead")]
void UploadMethodology(
    String^ fileName, 
    int templateId
)
[<ObsoleteAttribute("Please use AddUpdateTemplate instead")>]
abstract UploadMethodology : 
        fileName:string * 
        templateId:int -> unit
function UploadMethodology(
    fileName : String, 
    templateId : int
)
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 
.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.