This documentation is archived and is not being maintained.
GetRequest::FromStrings Method
Visual Studio 2013
Creates an array of GetRequests from the specified array of local or server paths, recursion, and version.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: static array<GetRequest^>^ FromStrings( array<String^>^ paths, RecursionType recursion, VersionSpec^ version )
Parameters
- paths
- Type: array<System::String>
An array of local or server paths.
- recursion
- Type: Microsoft.TeamFoundation.VersionControl.Client::RecursionType
The recursion level.
- version
- Type: Microsoft.TeamFoundation.VersionControl.Client::VersionSpec
The item version to request.
Return Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client::GetRequest>An array of GetRequests that consist of an array of local or server paths, recursion, and version information.
- 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: