GitUtils.GetRepositoryUrl Method (String, TfsGitRepositoryInfo, String)
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, _
repo As TfsGitRepositoryInfo, _
projectName As String _
) As String
public static string GetRepositoryUrl(
string baseUrl,
TfsGitRepositoryInfo repo,
string projectName
)
public:
static String^ GetRepositoryUrl(
String^ baseUrl,
TfsGitRepositoryInfo^ repo,
String^ projectName
)
static member GetRepositoryUrl :
baseUrl:string *
repo:TfsGitRepositoryInfo *
projectName:string -> string
public static function GetRepositoryUrl(
baseUrl : String,
repo : TfsGitRepositoryInfo,
projectName : String
) : String
Parameters
- baseUrl
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.