TeamFoundationVersionControlService.QueryConflicts Method
Returns the conflicts filtered by the optional list of ItemSpecs.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Function QueryConflicts ( _
requestContext As TeamFoundationRequestContext, _
workspaceName As String, _
ownerName As String, _
items As ItemSpec() _
) As TeamFoundationDataReader
public TeamFoundationDataReader QueryConflicts(
TeamFoundationRequestContext requestContext,
string workspaceName,
string ownerName,
ItemSpec[] items
)
public:
TeamFoundationDataReader^ QueryConflicts(
TeamFoundationRequestContext^ requestContext,
String^ workspaceName,
String^ ownerName,
array<ItemSpec^>^ items
)
member QueryConflicts :
requestContext:TeamFoundationRequestContext *
workspaceName:string *
ownerName:string *
items:ItemSpec[] -> TeamFoundationDataReader
public function QueryConflicts(
requestContext : TeamFoundationRequestContext,
workspaceName : String,
ownerName : String,
items : ItemSpec[]
) : TeamFoundationDataReader
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe request context.
workspaceName
Type: System.StringWorkspace name of workspace to return conflicts for.
ownerName
Type: System.StringOwner name of the workspace.
items
Type: array<Microsoft.TeamFoundation.VersionControl.Server.ItemSpec[]Optional array of ItemSpec filters to filter the Conflict list by.
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader
TeamFoundationDataReader with results in the following order: Conflict[] - List of conflicts that match the ItemSpec filters.
.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.