Previous Topic: LinkSoftwarePackagesToSoftwarePackageGroupByNameNext Topic: OpenSoftwarePackageGroupList


OpenParentSoftwarePackageGroupList

The OpenParentSoftwarePackageGroupList method opens a list of the software package groups that are parent groups of the given software package group.

The method returns the total number of software package groups in the list, and a handle to the list that can be used for further calls to GetParentSoftwarePackageGroups

Parameters

xsd:string sessionId (m)

The session identifier.

xsd:string softwarePackageGroupId (m)

The UUID of the software package group whose parent groups should be listed.

SoftwarePackageGroupPropertiesRequired softwarePackageGroupPropertiesRequired (m)

The properties that will be required when getting a software package group from the list.

Return Values

xsd:long OpenListHandle (m)

A numeric handle to a list of software package groups that can be passed to GetParentSoftwarePackageGroups.

xsd:long totalNoOfParentSoftwarePackageGroups (m)

The total number of parent software package groups in the list whose handle has been returned.

Remarks

None

More information:

SoftwarePackageGroupPropertiesRequired