TswaHyperlinkBuilder.GetViewSourceControlItemUrl Method (String, String, String)

Gets a view source control item URL.

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

Syntax

'Declaration
Public Function GetViewSourceControlItemUrl ( _
    serverItemPath As String, _
    versionSpec As String, _
    accessMappingMoniker As String _
) As Uri
public Uri GetViewSourceControlItemUrl(
    string serverItemPath,
    string versionSpec,
    string accessMappingMoniker
)
public:
Uri^ GetViewSourceControlItemUrl(
    String^ serverItemPath, 
    String^ versionSpec, 
    String^ accessMappingMoniker
)
member GetViewSourceControlItemUrl : 
        serverItemPath:string * 
        versionSpec:string * 
        accessMappingMoniker:string -> Uri
public function GetViewSourceControlItemUrl(
    serverItemPath : String, 
    versionSpec : String, 
    accessMappingMoniker : String
) : Uri

Parameters

  • versionSpec
    Type: System.String

    Server item version specification.

  • accessMappingMoniker
    Type: System.String

    A moniker for the desired access mapping.

Return Value

Type: System.Uri
A view item URL.

Remarks

versionSpec can be one of the following:

  1. Empty | null

  2. Latest version integer less than 1

  3. Latest version integer greater than or equal to 1

  4. Changeset number C{changesetNumber}, L{Label}, D{Date} T

  5. Latest version T{VersionSpec}

  6. Tip version of the item at the version specified by VersionSpec

  7. P{VersionSpec} - Previous version of the item at the version specified by VersionSpec.

.NET Framework Security

See Also

Reference

TswaHyperlinkBuilder Class

GetViewSourceControlItemUrl Overload

Microsoft.TeamFoundation.Common Namespace