enum FolderListCommand in module com::sun::star::ucb::

(Global Index)

Syntax

enum FolderListCommand;

Description

The various commands to process on a list of folders.

See also

FolderList

Values Summary

GET Get a list of all folders.

GET_SUBSCRIBED Get a list of subscribed folders.

SET Set a list of folders.

Values Details



GET

Syntax

GET,

Description

Get a list of all folders.


GET_SUBSCRIBED

Syntax

GET_SUBSCRIBED,

Description

Get a list of subscribed folders.


SET

Syntax

SET,

Description

Set a list of folders.

Top of Page