struct FolderList in module com::sun::star::ucb::

(Global Index)

Syntax

struct FolderList;

Description

A list of folders.

Field Summary

Command The command to process on this list of folders.

List The list of folders (only used in conjunction with FolderListCommand::SET ).

Field Details



Command

Syntax

com::sun::star::ucb::FolderListCommand Command;

Description

The command to process on this list of folders.


List

Syntax

sequence< com::sun::star::ucb::FolderListEntry > List;

Description

The list of folders (only used in conjunction with FolderListCommand::SET ).

Top of Page