VersionControlPath.Combine Method (String, String, String, PathLength)

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

Syntax

'Declaration
Public Shared Function Combine ( _
    baseLocalPath As String, _
    targetLocalPath As String, _
    baseServerPath As String, _
    maxServerPathLength As PathLength _
) As String
public static string Combine(
    string baseLocalPath,
    string targetLocalPath,
    string baseServerPath,
    PathLength maxServerPathLength
)
public:
static String^ Combine(
    String^ baseLocalPath, 
    String^ targetLocalPath, 
    String^ baseServerPath, 
    PathLength maxServerPathLength
)
static member Combine : 
        baseLocalPath:string * 
        targetLocalPath:string * 
        baseServerPath:string * 
        maxServerPathLength:PathLength -> string
public static function Combine(
    baseLocalPath : String, 
    targetLocalPath : String, 
    baseServerPath : String, 
    maxServerPathLength : PathLength
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

VersionControlPath Class

Combine Overload

Microsoft.TeamFoundation.VersionControl.Common Namespace