Application.RecentFile Property

SharePoint Designer Developer Reference

Returns or sets a Long that represents the number of days that a new or recently modified file shows up in the Recently Added Files list in Reports view.

Syntax

expression.RecentFile

expression   Required. A variable that represents an Application object.

Remarks

An example: If the RecentFile property is set to 20, a new file or a file that has been modified is classified as recent for the first 20 days of its existence and appears in the report. Use the OlderFile property to set the number of days a file exists in a Web site without being modified before it appears in the Older Files list in Reports view.

See Also