LegacyGitModelExtensions.GetTreeUrl Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi.Legacy
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
Public Shared Function GetTreeUrl ( _
baseUrl As String, _
tree As TfsGitTree _
) As String
public static string GetTreeUrl(
string baseUrl,
TfsGitTree tree
)
public:
static String^ GetTreeUrl(
String^ baseUrl,
TfsGitTree^ tree
)
static member GetTreeUrl :
baseUrl:string *
tree:TfsGitTree -> string
public static function GetTreeUrl(
baseUrl : String,
tree : TfsGitTree
) : String
Parameters
- baseUrl
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.
See Also
Reference
LegacyGitModelExtensions Class
Microsoft.TeamFoundation.SourceControl.WebApi.Legacy Namespace