VersionControlServer.GetChangesForChangeset Method
Include Protected Members
Include Inherited Members
Gets the changes within a Changeset.
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 | |
---|---|---|
GetChangesForChangeset(Int32, Boolean, Int32, ItemSpec) | Gets the Change objects within a Changeset. Allows the caller to page changes back from the server. | |
GetChangesForChangeset(Int32, Boolean, Int32, ItemSpec, array<String[]) | Gets the changes within a Changeset. Allows the caller to page changes back from the server. | |
GetChangesForChangeset(Int32, Boolean, Int32, ItemSpec, array<String[], Boolean) | Gets the changes within a Changeset. Allows the caller to page changes back from the server. |
Top