IFsrmRule::get_LastModified method (fsrmpipeline.h)

The date for the last time the rule was modified.

This property is read-only.

Syntax

HRESULT get_LastModified(
  VARIANT *lastModified
);

Parameters

lastModified

Return value

None

Remarks

The last-modified time is set each time you commit the rule.

The last-modified time is used by FSRM to determine whether the rule needs to be run. If any rule returns a time that is more recent than the time a file was last modified, FSRM will re-evaluate any applicable rules for that file.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 R2
Target Platform Windows
Header fsrmpipeline.h
DLL SrmSvc.dll

See also

IFsrmRule