Previous Topic: UnlinkSoftwarePackageGroupsFromSoftwarePackageGroupNext Topic: Software Package Procedure Dependencies


UnlinkSoftwarePackagesFromSoftwarePackageGroupByName

The UnlinkSoftwarePackagesFromSoftwarePackageGroupByName method unlinks one or more software packages from a software package group.

Parameters

xsd:string sessionId (m)

Specifies the session id obtained from the login to the web service.

xsd: string softwarePackageGroupName (m)

Specifies the name of an existing software package group from which to unlink the software packages.

ArrayOfSoftwarePackage softwarePackages (m)

An array list of sequence SoftwarePackage. Each member of type SoftwarePackage contains details specifying the software package to be unlinked.

Return Values

This is a void method that does not expose a return value.

Remarks

It does not delete the software package items completely; it only unlinks the items from the parent group.

More information:

SoftwarePackage