_FsrmRuleFlags Enumeration
Defines the possible states of a rule.
Assembly: srmlib (in srmlib.dll)
| Member name | Description | |
|---|---|---|
| FsrmRuleFlags_ClearAutomaticallyClassifiedProperty | Clears the automatically classified property. | |
| FsrmRuleFlags_ClearManuallyClassifiedProperty | Clears the manually classified property. | |
| FsrmRuleFlags_Disabled | Disable the rule; do not use the rule to classify files. | |
| FsrmRuleFlags_Invalid | Do not set this flag. FSRM sets this flag if the classifier that uses the rule is either disabled or not registered with FSRM. If this flag is set FSRM will not use the rule to classify files. |
You cannot set FsrmRuleFlags_Invalid; this flag is used by FSRM.
Community Additions
ADD
Show: