This documentation is archived and is not being maintained.
VersionControlServer.QueryBranchObjectOwnership Method (Int32[], ItemSpec)
Visual Studio 2013
Gets the BranchObjectOwnership objects associated with the specified Changeset IDs, constrained by the specified path filter.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public BranchObjectOwnership[] QueryBranchObjectOwnership( int[] changesetIds, ItemSpec pathFilter )
Parameters
- changesetIds
- Type: System.Int32[]
Array of Changeset IDs to query.
- pathFilter
- Type: Microsoft.TeamFoundation.VersionControl.Client.ItemSpec
Optional path filter restricts the paths traversed in the Changeset.
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: