This documentation is archived and is not being maintained.
VersionControlServer.GetBranchHistory Method
Visual Studio 2013
Gets the branch history of the requested items.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public BranchHistoryTreeItem[][] GetBranchHistory(
ItemSpec[] itemSpecs,
VersionSpec version
)
Parameters
- itemSpecs
- Type: Microsoft.TeamFoundation.VersionControl.Client.ItemSpec[]
Array of requested Item specifiers.
- version
- Type: Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
The version of the Items.
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client.BranchHistoryTreeItem[][]Array of BranchHistoryTreeItem arrays.
- 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: