This documentation is archived and is not being maintained.
VersionControlServer.GetMergeCandidates Method (String, String, RecursionType)
Visual Studio 2013
Gets the candidates for merging between the requested items.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
'Declaration Public Function GetMergeCandidates ( _ sourcePath As String, _ targetPath As String, _ recursion As RecursionType _ ) As MergeCandidate()
Parameters
- sourcePath
- Type: System.String
The path of the source for the potential merge.
- targetPath
- Type: System.String
The path of the target for the potential merge.
- recursion
- Type: Microsoft.TeamFoundation.VersionControl.Client.RecursionType
The level of recursion to apply in the search.
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client.MergeCandidate()An array of MergeCandidate objects.
- 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.
Show: