VersionControlServer.GetPendingChange Method
Include Protected Members
Include Inherited Members
Gets the PendingChange object from the repository, with the specified 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 | |
---|---|---|
GetPendingChange(Int32) | Obsolete. Gets the PendingChange object from the repository, with the specified ID. | |
GetPendingChange(Int32, Boolean) | Obsolete. Gets the PendingChange object from the repository, with the specified ID. Also gets information to download files. |
Top