:: com :: sun :: star :: ucb ::

struct FolderList
Description
A list of folders.

Elements' Summary
Command The command to process on this list of folders.  
List The list of folders (only used in conjunction with ::com::sun::star::ucb::FolderListCommand::SET ).  
Elements' Details
Command
::com::sun::star::ucb::FolderListCommand Command;
Description
The command to process on this list of folders.
List
sequence< ::com::sun::star::ucb::FolderListEntry > List;
Description
The list of folders (only used in conjunction with ::com::sun::star::ucb::FolderListCommand::SET ).
Top of Page