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

struct RuleSet
Description
describes a set of ::com::sun::star::ucb::Rule s.

A RuleSet is applied to a folder. It consists of a sequence of rules. Each rule consists of a sequence of ::com::sun::star::ucb::RuleTerm s describing the objects to which the rule should by applied and the ::com::sun::star::ucb::RuleAction which should be performed on the matching objects.


Elements' Summary
Rules conatains a number of rules.  
HandleFolder is a flag indicating whether the rules apply to folders, too.  
Elements' Details
Rules
sequence< ::com::sun::star::ucb::Rule > Rules;
Description
conatains a number of rules.
HandleFolder
boolean HandleFolder;
Description
is a flag indicating whether the rules apply to folders, too.
Top of Page