3.2.4.2.48.27 DaysSinceFileLastModified (put) (Opnum 37)
The DaysSinceFileLastModified (put) method sets the days since file last modified property for the file management job.
-
[propput, id(FSRM_PROPERTY(FSRM_DISPID_FILE_MANAGEMENT_JOB | 0x0e))] HRESULT DaysSinceFileLastModified( [in] long daysSinceModify );
daysSinceModify: Contains the days since file last modified property for this file management job.
Return Values: The method MUST return zero on success, or a nonzero error code on failure.
-
Label value/code
Description
0x80070057
E_INVALIDARG
The daysSinceModify parameter is less than 0.
Upon receiving this message, the server MUST validate parameters:
Verify that daysSinceModify is not less than zero.
If any validation fails, the server MUST terminate processing and return a nonzero error code.
The server MUST set the days since file last modified property of this file management job to daysSinceModify.