This documentation is archived and is not being maintained.

ILinking::GetArtifactUrlExternal Method (ArtifactId)

Gets the URL for an artifact for addressability in links. This version generates a URL for external access.

Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

String^ GetArtifactUrlExternal(
	ArtifactId^ artId
)

Parameters

artId
Type: Microsoft.TeamFoundation::ArtifactId

The artifact ID of the artifact for which a URL is desired.

Return Value

Type: System::String
The URL for the specified artifact.

Show: