_FsrmRuleFlags Enumeration

 

Defines the possible states of a rule.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Public Enumeration _FsrmRuleFlags

Member nameDescription
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.

Return to top

Community Additions

ADD
Show: