TeamFoundationLinkingService.GetArtifactUrlExternal Method (TeamFoundationRequestContext, ArtifactId)
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function GetArtifactUrlExternal ( _
requestContext As TeamFoundationRequestContext, _
artId As ArtifactId _
) As String
public string GetArtifactUrlExternal(
TeamFoundationRequestContext requestContext,
ArtifactId artId
)
public:
String^ GetArtifactUrlExternal(
TeamFoundationRequestContext^ requestContext,
ArtifactId^ artId
)
member GetArtifactUrlExternal :
requestContext:TeamFoundationRequestContext *
artId:ArtifactId -> string
public function GetArtifactUrlExternal(
requestContext : TeamFoundationRequestContext,
artId : ArtifactId
) : String
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- artId
Type: Microsoft.TeamFoundation.ArtifactId
Return Value
Type: System.String
.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