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
- baseLocalPath
Type: System.String
- targetLocalPath
Type: System.String
- baseServerPath
Type: System.String
- maxServerPathLength
Type: Microsoft.TeamFoundation.VersionControl.Common.PathLength
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.