VersionControlServer.QueryPendingSets Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name
Description
QueryPendingSets(array<ItemSpec[], String, String)
When a user adds, deletes, edits, branches or merges a file, these changes are made in their workspace only. The changes are pending until the user checks them into Team Foundation Server. This function gets all the pending changes for the passed items, optionally filtered by workspace, but download information is not included. Without download information the function call is faster, but if you want to download files, you should use the overload method that will allow you to get download information with the returned items.
QueryPendingSets(array<ItemSpec[], String, String, Boolean)
Gets the pending changes for the specified query.
QueryPendingSets(array<String[], RecursionType, String, String)
When a user adds, deletes, edits, branches or merges a file, these changes are made in their workspace only. The changes are pending until the user checks them into Team Foundation Server. This function gets all the pending changes for the passed items, optionally filtered by workspace, but download information is not included. Without download information the function call is faster, but if you want to download files, you should use the overload method that will allow you to get download information with the returned items.This function cannot return pending changes on deleted items. If you want to get pending changes on deleted items, you can use an overload version of the same function.
Top