Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- serverItem
Type: System.String
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<ItemIdentifier>
A collection of ItemIdentifiers.
.NET Framework Security
- 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.