This documentation is archived and is not being maintained.

TswaHyperlinkBuilder.GetAnnotateSourceControlItemUrl Method (String, Int32, String)

Gets an annotate item URL.

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

public function GetAnnotateSourceControlItemUrl(
	serverItemPath : String, 
	changesetId : int, 
	accessMappingMoniker : String
) : Uri

Parameters

serverItemPath
Type: System.String

A server item path.

changesetId
Type: System.Int32

A changeset ID.

accessMappingMoniker
Type: System.String

A moniker for the desired access mapping.

Return Value

Type: System.Uri
An annotate server item URL.

Show: