Freigeben über


TeamFoundationLinkingService.GetArtifactUrlExternal-Methode (TeamFoundationRequestContext, ArtifactId)

Ruft URL für Artefakt für Adressierbarkeit in den Links ab. Diese Version wird der Server URL-Teil von web.config ab. Es soll, um eine URL für externe Zugriff zu generieren.

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

Syntax

'Declaration
Public Function GetArtifactUrlExternal ( _
    requestContext As TeamFoundationRequestContext, _
    artId As ArtifactId _
) As String
public string GetArtifactUrlExternal(
    TeamFoundationRequestContext requestContext,
    ArtifactId artId
)

Parameter

Rückgabewert

Typ: System.String
Die externe URL für das Artefakt

.NET Framework-Sicherheit

Siehe auch

Referenz

TeamFoundationLinkingService Klasse

GetArtifactUrlExternal-Überladung

Microsoft.TeamFoundation.Server.Core-Namespace