Previous Topic: GetSoftwarePackageVolumeElementsNext Topic: OpenSoftwarePackageVolumeElementList


GetSoftwarePackageVolumes

The GetSoftwarePackageVolumes method retrieves the volumes from a software package volume list.

Parameters

xsd:string sessionId (m)

The session identifier.

xsd:long listHandle (m)

A numeric handle to a list as returned by a previous call to OpenSoftwarePackageVolumeList.

xsd:long noOfSoftwarePackageVolumes (m)

The total number of volumes to get from the list. This should be less than or equal to the total number in the list as returned by a previous call to OpenSoftwarePackageVolumeList.

Return Values

ArrayOfSoftwarePackageVolumeProperties GetSoftwarePackageVolumesReturn

An array of SoftwarePackageVolumeProperites - one for each volume requested from the list.

Remarks

You can make multiple calls to GetSoftwarePackageVolumes to iterate down the list.

More information:

SoftwarePackageVolumeProperties