This documentation is archived and is not being maintained.

LinkingUtilities::DecodeUri Method

Gets the ArtifactId of the Artifact at the specified URI.

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

public:
static ArtifactId^ DecodeUri(
	String^ uri
)

Parameters

uri
Type: System::String

The URI of an Artifact.

Return Value

Type: Microsoft.TeamFoundation::ArtifactId
The ArtifactId of the Artifact at the specified URI.

Show: