IFsrmClassificationManager2 interface (fsrmpipeline.h)

[This interface is supported for compatibility but it's recommended to use the FSRM WMI Classes to manage FSRM. Please see the MSFT_FSRMClassification class.]

Manages file classification. Use this interface to define properties to use in classification, add classification rules for classifying files, define classification and storage modules, and enable classification reporting.

To get this interface, call the CoCreateInstanceEx function. Use CLSID_FsrmClassificationManager as the class identifier and __uuidof(IFsrmClassificationManager2) as the interface identifier or use the use the "Fsrm.FsrmClassificationManager" program identifier.

Inheritance

The IFsrmClassificationManager2 interface inherits from IFsrmClassificationManager. IFsrmClassificationManager2 also has these types of members:

Methods

The IFsrmClassificationManager2 interface has these methods.

 
IFsrmClassificationManager2::ClassifyFiles

This method is used to perform bulk enumeration, setting, and clearing of file properties.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Target Platform Windows
Header fsrmpipeline.h

See also

FSRM Interfaces

FsrmClassificationManager

MSFT_FSRMClassification