ALM Site Administratation Client Type Library
UnlinkProjectsByType Method
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".

Description

Unlinks all projects from the specified project by link type.

Syntax

Visual Basic
Public Function UnlinkProjectsByType( _
   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

On success, returns an empty string.

See Also

Send documentation feedback to HP.