VersionControlServer.GetItem Method (String, VersionSpec)
Visual Studio 2008
This function is passed a string that represents a file or folder in Team Foundation Server, and returns an Item object that represents a non-deleted version of that item, but download information is not included. Without download information the function call is faster, but if you want to download files, you should use one of the overload methods that will allow you to get download information with the returned items.
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Parameters
- path
- Type: System.String
- version
- Type: Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
The version that you want to get. You must use Use VersionSpec.Latest to get the current version.
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client.ItemReturns an Item object for the specified item. If the item is not found, an exception occurs You can avoid an exception by first calling ServerItemExists.
- 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.