IProcessTemplates.UploadMethodology Method

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

Syntax

'Declaration
Sub UploadMethodology ( _
    fileName As String, _
    templateId As Integer _
)
void UploadMethodology(
    string fileName,
    int templateId
)
void UploadMethodology(
    String^ fileName, 
    int templateId
)
abstract UploadMethodology : 
        fileName:string * 
        templateId:int -> unit 
function UploadMethodology(
    fileName : String, 
    templateId : int
)

Parameters

.NET Framework Security

See Also

Reference

IProcessTemplates Interface

Microsoft.TeamFoundation.Server Namespace