Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This method is supported for compatibility but it's recommended to use the FSRM WMI Classes to manage FSRM. Please see the MSFT_FSRMFileManagementJob class.]
Deletes a notification value from the file management job's list of notifications.
Syntax
HRESULT DeleteNotification(
[in] long days
);
Parameters
[in] days
The notification value to delete.
Return value
The method returns the following return values.
Remarks
Deleting the notification also deletes its associated actions.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2008 R2 |
| Target Platform | Windows |
| Header | fsrmreports.h |
| DLL | SrmSvc.dll |
See also
IFsrmFileManagementJob::AddNotification
IFsrmFileManagementJob::ModifyNotification