RepositoryExtensions.QueryMergeRelationships Method

Returns the paths the input path is related to, together with Version information at latest.

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function QueryMergeRelationships ( _
    serverItem As String _
) As StreamingCollection(Of ItemIdentifier)
[WebMethodAttribute]
public StreamingCollection<ItemIdentifier> QueryMergeRelationships(
    string serverItem
)
[WebMethodAttribute]
public:
StreamingCollection<ItemIdentifier^>^ QueryMergeRelationships(
    String^ serverItem
)
[<WebMethodAttribute>]
member QueryMergeRelationships : 
        serverItem:string -> StreamingCollection<ItemIdentifier> 
public function QueryMergeRelationships(
    serverItem : String
) : StreamingCollection<ItemIdentifier>

Parameters

Return Value

Type: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<ItemIdentifier>
A collection of ItemIdentifiers.

.NET Framework Security

See Also

Reference

RepositoryExtensions Class

Microsoft.TeamFoundation.VersionControl.Server Namespace