Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.StringThe name of the zip file that contains the process template resources
templateId
Type: System.Int32THe 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.