This documentation is archived and is not being maintained.

LinkingUtilities::EncodeUri Method

Gets the URI of the specified Artifact with the specified ArtifactID.

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

public:
static String^ EncodeUri(
	ArtifactId^ artifactId
)

Parameters

artifactId
Type: Microsoft.TeamFoundation::ArtifactId

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

Return Value

Type: System::String
The URI of the specified Artifact with the specified ArtifactID.

Show: