TswaHyperlinkBuilder.GetChangesetDetailsUrl Method (Int32, String)

Gets a changeset details browser URL.

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

Syntax

'Declaration
Public Function GetChangesetDetailsUrl ( _
    changesetId As Integer, _
    accessMappingMoniker As String _
) As Uri
public Uri GetChangesetDetailsUrl(
    int changesetId,
    string accessMappingMoniker
)
public:
Uri^ GetChangesetDetailsUrl(
    int changesetId, 
    String^ accessMappingMoniker
)
member GetChangesetDetailsUrl : 
        changesetId:int * 
        accessMappingMoniker:string -> Uri
public function GetChangesetDetailsUrl(
    changesetId : int, 
    accessMappingMoniker : String
) : Uri

Parameters

  • accessMappingMoniker
    Type: System.String

    A moniker for the desired access mapping.

Return Value

Type: System.Uri
A changeset detail URL.

.NET Framework Security

See Also

Reference

TswaHyperlinkBuilder Class

GetChangesetDetailsUrl Overload

Microsoft.TeamFoundation.Common Namespace