ALM Site Administratation Client Type Library
UnlinkProjects 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.

LocalDomain

The domain of the project or projects on the "to" side of the link. This is typically a project based on the template to which it is linked.

LocalProjects

A comma-separated list of project names. These project must all be in the specified domain.

LinkType

The role that the "from" project plays with respect to the "to" projects. For example, "template".

Description

Unlinks a project from a set of projects.

Syntax

Visual Basic
Public Function UnlinkProjects( _
   ByVal RemoteDomain As String, _
   ByVal RemoteProject As String, _
   ByVal LocalDomain As String, _
   ByVal LocalProjects 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.

LocalDomain

The domain of the project or projects on the "to" side of the link. This is typically a project based on the template to which it is linked.

LocalProjects

A comma-separated list of project names. These project must all be in the specified domain.

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.