VersionControlServer.QueryLabels Method
Include Protected Members
Include Inherited Members
Queries for an array of VersionControlLabel objects applied to items in 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 | |
---|---|---|
QueryLabels(String, String, String, Boolean) | Queries for an array of VersionControlLabel objects applied to items in the repository. | |
QueryLabels(String, String, String, Boolean, String, VersionSpec) | Queries for an array of VersionControlLabel objects applied to items in the repository. | |
QueryLabels(String, String, String, Boolean, String, VersionSpec, Boolean) | Queries for an array of VersionControlLabel objects applied to items in the repository. |
Top