Workspace.MergeContent Method
Merges content based on the requested conflict.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Function MergeContent ( _
conflict As Conflict, _
useExternalMergeTool As Boolean _
) As Boolean
public bool MergeContent(
Conflict conflict,
bool useExternalMergeTool
)
public:
bool MergeContent(
Conflict^ conflict,
bool useExternalMergeTool
)
member MergeContent :
conflict:Conflict *
useExternalMergeTool:bool -> bool
public function MergeContent(
conflict : Conflict,
useExternalMergeTool : boolean
) : boolean
Parameters
conflict
Type: Microsoft.TeamFoundation.VersionControl.Client.ConflictConflict for which to merge content.
useExternalMergeTool
Type: System.BooleanTrue to use a registered external merge tool; otherwise, false.
Return Value
Type: System.Boolean
True if the merge was successful; otherwise, false.
.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.