FsrmRuleType enumeration (fsrmenums.h)
Defines the types of rules that you can define.
Syntax
typedef enum _FsrmRuleType {
FsrmRuleType_Unknown = 0,
FsrmRuleType_Classification = 1,
FsrmRuleType_Generic = 2
} FsrmRuleType;
Constants
FsrmRuleType_Unknown Value: 0 The rule is unknown. Do not use this type. |
FsrmRuleType_Classification Value: 1 The rule defines how a classification module affects a file. |
FsrmRuleType_Generic Value: 2 For internal use only. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 R2 |
Header | fsrmenums.h (include FsrmPipeline.h, FsrmQuota.h, FsrmReports.h, FsrmScreen.h) |
See also
IFsrmClassificationManager::CreateRule
IFsrmClassificationManager::EnumRules