This documentation is archived and is not being maintained.

QueryFolder Constructor (String)

Initializes a new QueryFolder instance.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

public:
QueryFolder(
	String^ name
)

Parameters

name
Type: System::String

The name of the query folder.

Creates a new QueryFolder object with no parent (not attached to the hierarchy).

This method will throw an exception if the name is invalid.

Show: