Previous Topic: GetSoftwarePackageVolumesNext Topic: OpenSoftwarePackageVolumeList


OpenSoftwarePackageVolumeElementList

The OpenSoftwarePackageVolumeElementList opens a list of elements for a given software package volume.

Parameters

xsd:string sessionId (m)

The session identifier.

xsd:string softwarePackageVolumeId (m)

The UUID identifying the software package volume whose elements should be listed.

ElementTypeMask elementTypeMask (m)

Indicates the types of element (files and directories) to be returned in the list.

xsd:string folderPath

The subpath of the folder in the volume whose elements should be listed. If folderPath is empty or is a slash (/), the list contains only the elements in the root volume folder.

SoftwarePackageVolumeElementPropertiesRequired softwarePackageVolumeElementPropertiesRequired (m)

The properties that are required when getting a software policy from the list.

Return Values

xsd:long OpenListHandle

A numeric handle to a list of volume elements that can be passed to GetSoftwarePackageVolumeElements

xsd:long totalNoOfSoftwarePackageVolumeElements

The total number of elements in the list whose handle has been returned.

Remarks

This method returns the size of the list, and a handle to the list that can be used with the GetSoftwarePackageVolumeElements method.

More information:

SoftwarePackageVolumeElementPropertiesRequired