VersionControlServer.QueryBranchObjectOwnership Method (array<Int32 , ItemSpec)

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)

Syntax

'Declaration
Public Function QueryBranchObjectOwnership ( _
    changesetIds As Integer(), _
    pathFilter As ItemSpec _
) As BranchObjectOwnership()
public BranchObjectOwnership[] QueryBranchObjectOwnership(
    int[] changesetIds,
    ItemSpec pathFilter
)
public:
array<BranchObjectOwnership^>^ QueryBranchObjectOwnership(
    array<int>^ changesetIds, 
    ItemSpec^ pathFilter
)
member QueryBranchObjectOwnership : 
        changesetIds:int[] * 
        pathFilter:ItemSpec -> BranchObjectOwnership[] 
public function QueryBranchObjectOwnership(
    changesetIds : int[], 
    pathFilter : ItemSpec
) : BranchObjectOwnership[]

Parameters

Return Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client.BranchObjectOwnership[]
An array of BranchObjectOwnership objects associated with the specified Changeset IDs.

.NET Framework Security

See Also

Reference

VersionControlServer Class

QueryBranchObjectOwnership Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace