Application.OlderFile Property

SharePoint Designer Developer Reference

Returns or sets a Long that determines the number of days that a file must exist in a Web site (without being modified) before it is classified as older.

Syntax

expression.OlderFile

expression   Required. A variable that represents an Application object.

Remarks

After a file is classified as older, it appears in the Older Files view in the Reports view. Use the RecentFile property to return or set the number of days that a new or recently modified file appears in the Recently Added Files list in the Reports view.

See Also