TswaHyperlinkBuilder.GetShelvesetDetailsUrl Method (String, String, String)

Gets a shelveset details URL.

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

Syntax

'Declaration
Public Function GetShelvesetDetailsUrl ( _
    shelvesetName As String, _
    shelvesetOwner As String, _
    accessMappingMoniker As String _
) As Uri
public Uri GetShelvesetDetailsUrl(
    string shelvesetName,
    string shelvesetOwner,
    string accessMappingMoniker
)
public:
Uri^ GetShelvesetDetailsUrl(
    String^ shelvesetName, 
    String^ shelvesetOwner, 
    String^ accessMappingMoniker
)
member GetShelvesetDetailsUrl : 
        shelvesetName:string * 
        shelvesetOwner:string * 
        accessMappingMoniker:string -> Uri
public function GetShelvesetDetailsUrl(
    shelvesetName : String, 
    shelvesetOwner : String, 
    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

GetShelvesetDetailsUrl Overload

Microsoft.TeamFoundation.Common Namespace