IFsrmClassificationManager::get_ClassificationReportEnabled method (fsrmpipeline.h)

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

Determines whether classification reporting is enabled or not.

This property is read/write.

Syntax

HRESULT get_ClassificationReportEnabled(
  VARIANT_BOOL *reportEnabled
);

Parameters

reportEnabled

Return value

None

Remarks

Controls reporting regardless of whether classification was scheduled (using the Task Scheduler) or run on demand (using IFsrmClassificationManager::RunClassification).

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 R2
Target Platform Windows
Header fsrmpipeline.h (include FsrmPipeline.h, FsrmTlb.h)
DLL SrmSvc.dll

See also

FsrmClassificationManager

IFsrmClassificationManager

IFsrmClassificationManager.ClassificationLastReportPathWithoutExtension

IFsrmClassificationManager.ClassificationReportFormats

IFsrmClassificationManager.ClassificationReportMailTo

IFsrmClassificationManager2

MSFT_FSRMClassification