TeamFoundationLinkingService.GetArtifactUrlExternal Method (TeamFoundationRequestContext, String)
Gets URL for artifact for addressability in links. This version will get the server URL part from web.config. It is intended to generate a URL for external access.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Function GetArtifactUrlExternal ( _
requestContext As TeamFoundationRequestContext, _
uri As String _
) As String
public string GetArtifactUrlExternal(
TeamFoundationRequestContext requestContext,
string uri
)
public:
String^ GetArtifactUrlExternal(
TeamFoundationRequestContext^ requestContext,
String^ uri
)
member GetArtifactUrlExternal :
requestContext:TeamFoundationRequestContext *
uri:string -> string
public function GetArtifactUrlExternal(
requestContext : TeamFoundationRequestContext,
uri : String
) : String
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe request context.
uri
Type: System.StringArtifact URI.
Return Value
Type: System.String
The external URL for the artifact.
.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.
See Also
Reference
TeamFoundationLinkingService Class