VersionControlServer.GetPendingChanges Method
Include Protected Members
Include Inherited Members
Gets the PendingChange objects from the repository.
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 | |
---|---|---|
GetPendingChanges(array<Int32[]) | Obsolete. Gets the PendingChange objects from the repository with the specified IDs. | |
GetPendingChanges(array<Int32[], Boolean) | Obsolete. Gets the PendingChange objects from the repository with the specified IDs. Also gets information to download files. |
Top