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

  • useExternalMergeTool
    Type: System.Boolean

    True 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

See Also

Reference

Workspace Class

Microsoft.TeamFoundation.VersionControl.Client Namespace