ConditionSystem
Represents the different condition systems an object can support.
enum ConditionSystem {
FOLDER
RULE
}
Values
ConditionSystem.FOLDER
The object supports the folder system.
ConditionSystem.RULE
The object supports the rule system.
Member of
SupportedOperatorType object