This documentation is archived and is not being maintained.
VersionControlServer.QueryLabels Method (String, String, String, Boolean)
Visual Studio 2013
Queries for an array of VersionControlLabel objects applied to items in the repository.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public VersionControlLabel[] QueryLabels( string labelName, string labelScope, string owner, bool includeItems )
Parameters
- labelName
- Type: System.String
The name of the label being queried.
- labelScope
- Type: System.String
The repository path representing the scope at which the label is defined.
- owner
- Type: System.String
The user who created the label. Specify null to match all owners.
- includeItems
- Type: System.Boolean
True to include items in the labels. False to not include.
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client.VersionControlLabel[]An array of VersionControlLabel objects resulting from the query.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: