VersionControlServer.QueryHistory 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
Gets the item history, in the form of an enumerable collection of Changesets for the specified items and versions. 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.
Gets an enumerable collection of changesets that matches the specified items and versions.
Top