This documentation is archived and is not being maintained.

ItemSpec::FromStrings Method

Gets an array of ItemSpec objects from the specified array of local or server paths and a recursion level.

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

public:
static array<ItemSpec^>^ FromStrings(
	array<String^>^ paths, 
	RecursionType recursion
)

Parameters

paths
Type: array<System::String>

An array of local or server paths.

recursion
Type: Microsoft.TeamFoundation.VersionControl.Client::RecursionType

The recursion level to search.

Return Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client::ItemSpec>
An array of ItemSpec objects.

Show: