ALM Site Administration API Type Library
GetLinkedProjects Method
Description
Returns a list of projects linked to a project and returns their properties.
Syntax
Visual Basic
Public Function GetLinkedProjects( _
   ByVal RemoteDomain As String, _
   ByVal RemoteProject As String, _
   ByVal LinkType As String _
) As String
Parameters
RemoteDomain
The domain of the project on the "from" side of the link.
RemoteProject
The name of the "from" project. This is typically a template project.
LinkType
The role that the "from" project plays with respect to the "to" projects. For example, "template".
Return Type

The list of linked projects, where the link direction is "TO".

If no linked projects, an empty string.

See Also