This documentation is archived and is not being maintained.
VersionControlServer::QueryBranchObjectOwnership Method (array<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: array<BranchObjectOwnership^>^ QueryBranchObjectOwnership( array<int>^ changesetIds, ItemSpec^ pathFilter )
Parameters
- changesetIds
- Type: array<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: array<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: