This topic has not yet been rated - Rate this topic

VersionControlServer.QueryShelvesets Method (String, String, String[])

Visual Studio 2012

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public Shelveset[] QueryShelvesets(
	string shelvesetName,
	string shelvesetOwner,
	string[] propertyNameFilters
)

Parameters

shelvesetName
Type: String

The name of the shelveset to look for. Specify null to match all shelvesets regardless of name.

shelvesetOwner
Type: String

The owner of the shelvesets to look for. Specify null to match all shelvesets regardless of owner.

propertyNameFilters
Type: String[]

The item property filters.

Return Value

Type: Microsoft.TeamFoundation.VersionControl.Client.Shelveset[]
An array of Shelveset objects matching the query.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.