Syntax
struct RuleSet;
Description
describes a set of Rule s.
A RuleSet is applied to a folder. It consists of a sequence of rules.
Each rule consists of a sequence of RuleTerm s describing the
objects to which the rule should by applied and the RuleAction
which should be performed on the matching objects.
Field Summary
|
Rules |
conatains a number of rules.
|
|
HandleFolder |
is a flag indicating whether the rules apply to folders, too.
|
|
Field Details
|
|
Syntax
sequence< com::sun::star::ucb::Rule > Rules;
Description
conatains a number of rules.
Syntax
boolean HandleFolder;
Description
is a flag indicating whether the rules apply to folders, too.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.