This documentation is archived and is not being maintained.

TswaHyperlinkBuilder::GetViewSourceControlShelvedItemUrl Method (String, String, String, String)

Gets a view source control shelveset item URL.

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

public:
Uri^ GetViewSourceControlShelvedItemUrl(
	String^ serverItemPath, 
	String^ shelvesetName, 
	String^ shelvesetOwner, 
	String^ accessMappingMoniker
)

Parameters

serverItemPath
Type: System::String

A server item path for a shelved item.

shelvesetName
Type: System::String

The name of the shelveset that contains the shelved item.

shelvesetOwner
Type: System::String

The owner of the shelveset that contains the shelved item.

accessMappingMoniker
Type: System::String

A moniker for the desired access mapping.

Return Value

Type: System::Uri
A view item URL.

Show: