service PackageFolderEnumeration in module com::sun::star::packages::

(Global Index)

Syntax

service PackageFolderEnumeration;

Description

This service provides an iterator over the contents of a given instance of a PackageFolder. This provides a "snapshot" of the contents of the PackageFolder at the time of construction. It is the responsibility of the caller to ensure that any given member of the enumeration refers to a valid PackageStream or PackageFolder.

Exported Interfaces

com::sun::star::container::XEnumeration

Description

provides functionality to enumerate the contents of a container.


Top of Page