Share via


VersionControlServer.GetPendingChange Method

Include Protected Members
Include Inherited Members

Gets a pending change from the database, based on the pending change ID.

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

Public method

GetPendingChange(Int32)

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 information about the pending changes for one file or folder, 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.

Public method

GetPendingChange(Int32, Boolean)

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 information about the pending changes for one file or folder.

Top

See Also

Reference

VersionControlServer Class

VersionControlServer Members

Microsoft.TeamFoundation.VersionControl.Client Namespace