This documentation is archived and is not being maintained.
VersionControlServer.QueryBranchObjectOwnership Method (Int32[])
Visual Studio 2013
Gets the BranchObjectOwnership objects associated with the specified Changeset IDs.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Parameters
- changesetIds
- Type: System.Int32[]
Array of Changeset IDs to query.
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client.BranchObjectOwnership[]An array of BranchObjectOwnership objects associated with the specified Changeset IDs.
- 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: