_FsrmExecutionOption Enumeration
Defines the options for how to apply the rule to the file.
Assembly: srmlib (in srmlib.dll)
| Member name | Description | |
|---|---|---|
| FsrmExecutionOption_EvaluateUnset | The rule is applied as a default value to the file if the property is not set on the file (if none of the storage modules returns the property). | |
| FsrmExecutionOption_ReEvaluate_ConsiderExistingValue | The rule is applied to the file considering default and existing values using aggregation rules (for aggregation rules, see _FsrmPropertyDefinitionType). | |
| FsrmExecutionOption_ReEvaluate_IgnoreExistingValue | The rule is applied to the file but default and existing values are ignored. | |
| FsrmExecutionOption_Unknown | The execution option is unknown. Do not use this value. |