FsrmPropertyDefinitionAppliesTo enumeration
Flags that indicate what a FSRM classification property can be applied to.
Syntax
typedef enum _FsrmPropertyDefinitionAppliesTo { FsrmPropertyDefinitionAppliesTo_Files = 0x1, FsrmPropertyDefinitionAppliesTo_Folders = 0x2 } FsrmPropertyDefinitionAppliesTo;
Constants
- FsrmPropertyDefinitionAppliesTo_Files
-
Indicates if a classification property can be applied to a file.
- FsrmPropertyDefinitionAppliesTo_Folders
-
Indicates if a classification property can be applied to a folder.
Requirements
Minimum supported client |
None supported |
---|---|
Minimum supported server |
Windows Server 2012 |
Header |
|
IDL |
|
Show: