VersionControlServer.QueryHistory Method
Include Protected Members
Include Inherited Members
Gets a collection of Changeset objects matching the specified items and versions.
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 | |
---|---|---|
QueryHistory(String, VersionSpec, Int32, RecursionType, String, VersionSpec, VersionSpec, Int32, Boolean, Boolean) | Gets a collection of Changeset objects matching the specified items and versions. | |
QueryHistory(String, VersionSpec, Int32, RecursionType, String, VersionSpec, VersionSpec, Int32, Boolean, Boolean, Boolean) | Gets a collection of Changeset objects matching the specified items and versions. | |
QueryHistory(String, VersionSpec, Int32, RecursionType, String, VersionSpec, VersionSpec, Int32, Boolean, Boolean, Boolean, Boolean) | Gets a collection of Changeset objects matching the specified items and versions. |
Top