This documentation is archived and is not being maintained.

LinkingUtilities::GetArtifactUri Method

Gets the URI of the Artifact at the specified URL.

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

public:
static String^ GetArtifactUri(
	String^ artifactUrl
)

Parameters

artifactUrl
Type: System::String

The URL of the Artifact of which the URI is desired.

Return Value

Type: System::String
Gets the URI of the of the Artifact at the specified URL.

Show: