This documentation is archived and is not being maintained.

Workspace::QueryConflicts Method

Gets the array of conflicts that match the specified path filters.

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

public:
array<Conflict^>^ QueryConflicts(
	array<String^>^ pathFilters, 
	bool recursive
)

Parameters

pathFilters
Type: array<System::String>

The paths to filter the conflicts.

recursive
Type: System::Boolean

True to recursively match the path with the filters.

Return Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client::Conflict>
The array of conflicts that match the specified paths.

The source and target local and server paths for each conflict are matched against the specified paths.

Show: