Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.Git.Server
Assembly:  Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
Public Shared Function GetRepositoryUrl ( _
    baseUrl As String, _
    repositoryName As String, _
    projectName As String _
) As String
public static string GetRepositoryUrl(
    string baseUrl,
    string repositoryName,
    string projectName
)
public:
static String^ GetRepositoryUrl(
    String^ baseUrl, 
    String^ repositoryName, 
    String^ projectName
)
static member GetRepositoryUrl : 
        baseUrl:string * 
        repositoryName:string * 
        projectName:string -> string
public static function GetRepositoryUrl(
    baseUrl : String, 
    repositoryName : String, 
    projectName : String
) : String
Parameters
- baseUrl
 Type: System.String
- repositoryName
 Type: System.String
- projectName
 Type: System.String
Return Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.