FsrmPropertyDefinitionAppliesTo enumeration (fsrmenums.h)

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
Value: 0x1
Indicates if a classification property can be applied to a file.
FsrmPropertyDefinitionAppliesTo_Folders
Value: 0x2
Indicates if a classification property can be applied to a folder.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2012
Header fsrmenums.h (include FsrmPipeline.h, FsrmQuota.h, FsrmReports.h, FsrmScreen.h)