IProcessTemplates.UploadMethodology Method
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Декларация
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
- fileName
Type: System.String
- templateId
Type: System.Int32
.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.