IFsrmFileManagementJob::get_ReportEnabled method (fsrmreports.h)
[This property is supported for compatibility but it's recommended to use the FSRM WMI Classes to manage FSRM. Please see the MSFT_FSRMFileManagementJob class.]
Indicates whether the job will generate a report when it runs.
This property is read/write.
Syntax
HRESULT get_ReportEnabled(
VARIANT_BOOL *reportEnabled
);
Parameters
reportEnabled
Return value
None
Remarks
The job generates a default report that it places in the folder associated with context specified when you run the job.
Controls reporting regardless of whether the file management job was scheduled (using the Task Scheduler) or run on demand (using IFsrmFileManagementJob::Run).
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 R2 |
Target Platform | Windows |
Header | fsrmreports.h |
DLL | SrmSvc.dll |